diff options
Diffstat (limited to 'fs/affs/inode.c')
-rw-r--r-- | fs/affs/inode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/affs/inode.c b/fs/affs/inode.c index 3c4ec7d864c4..f4b2a4ee4f91 100644 --- a/fs/affs/inode.c +++ b/fs/affs/inode.c | |||
@@ -10,6 +10,7 @@ | |||
10 | * (C) 1991 Linus Torvalds - minix filesystem | 10 | * (C) 1991 Linus Torvalds - minix filesystem |
11 | */ | 11 | */ |
12 | #include <linux/sched.h> | 12 | #include <linux/sched.h> |
13 | #include <linux/gfp.h> | ||
13 | #include "affs.h" | 14 | #include "affs.h" |
14 | 15 | ||
15 | extern const struct inode_operations affs_symlink_inode_operations; | 16 | extern const struct inode_operations affs_symlink_inode_operations; |
@@ -166,7 +167,7 @@ bad_inode: | |||
166 | } | 167 | } |
167 | 168 | ||
168 | int | 169 | int |
169 | affs_write_inode(struct inode *inode, int unused) | 170 | affs_write_inode(struct inode *inode, struct writeback_control *wbc) |
170 | { | 171 | { |
171 | struct super_block *sb = inode->i_sb; | 172 | struct super_block *sb = inode->i_sb; |
172 | struct buffer_head *bh; | 173 | struct buffer_head *bh; |