Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169027
b: refs/heads/master
c: 3350b2a
h: refs/heads/master
i:
  169025: 5c564a0
  169023: 8ce2a5f
v: v3
  • Loading branch information
Marc Dionne authored and Linus Torvalds committed Dec 1, 2009
1 parent 4918cee commit b28d409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa1dae4906982b5d896c07613b1fe42456133b1c
refs/heads/master: 3350b2acdd39d23db52710045536b943fe38a35c
2 changes: 2 additions & 0 deletions trunk/fs/cachefiles/rdwr.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <linux/mount.h>
#include <linux/file.h>
#include <linux/ima.h>
#include "internal.h"

/*
Expand Down Expand Up @@ -922,6 +923,7 @@ int cachefiles_write_page(struct fscache_storage *op, struct page *page)
if (IS_ERR(file)) {
ret = PTR_ERR(file);
} else {
ima_counts_get(file);
ret = -EIO;
if (file->f_op->write) {
pos = (loff_t) page->index << PAGE_SHIFT;
Expand Down

0 comments on commit b28d409

Please sign in to comment.