diff options
author | Nick Piggin <npiggin@suse.de> | 2007-10-16 04:25:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:42:55 -0400 |
commit | f34fb6eccc962e4137b77c4bbe1e9a31d27a30e6 (patch) | |
tree | 58fd363d892ee2d341a17e52a297632a10219af9 /fs/ext2/ext2.h | |
parent | 6272b5a5868f3d5fbf9815f9984891ced343dabc (diff) |
ext2: convert to new aops
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ext2/ext2.h')
-rw-r--r-- | fs/ext2/ext2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index 9fd0ec5ba0d0..a08052d2c008 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h | |||
@@ -134,6 +134,9 @@ extern void ext2_truncate (struct inode *); | |||
134 | extern int ext2_setattr (struct dentry *, struct iattr *); | 134 | extern int ext2_setattr (struct dentry *, struct iattr *); |
135 | extern void ext2_set_inode_flags(struct inode *inode); | 135 | extern void ext2_set_inode_flags(struct inode *inode); |
136 | extern void ext2_get_inode_flags(struct ext2_inode_info *); | 136 | extern void ext2_get_inode_flags(struct ext2_inode_info *); |
137 | int __ext2_write_begin(struct file *file, struct address_space *mapping, | ||
138 | loff_t pos, unsigned len, unsigned flags, | ||
139 | struct page **pagep, void **fsdata); | ||
137 | 140 | ||
138 | /* ioctl.c */ | 141 | /* ioctl.c */ |
139 | extern int ext2_ioctl (struct inode *, struct file *, unsigned int, | 142 | extern int ext2_ioctl (struct inode *, struct file *, unsigned int, |