diff options
author | Nick Piggin <npiggin@suse.de> | 2007-10-16 04:25:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:42:57 -0400 |
commit | 26a6441aadde864132672750b3cf0892e5acaaf4 (patch) | |
tree | 2e85db7e46c956f5e0d7150e09accb67235983b6 /fs/sysv/sysv.h | |
parent | be021ee41a8b65d181fe22799de6be62adf72efb (diff) |
sysv: convert to new aops
Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/sysv/sysv.h')
-rw-r--r-- | fs/sysv/sysv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/sysv/sysv.h b/fs/sysv/sysv.h index 5b4fedf17cc4..64c03bdf06a5 100644 --- a/fs/sysv/sysv.h +++ b/fs/sysv/sysv.h | |||
@@ -136,6 +136,9 @@ extern unsigned long sysv_count_free_blocks(struct super_block *); | |||
136 | 136 | ||
137 | /* itree.c */ | 137 | /* itree.c */ |
138 | extern void sysv_truncate(struct inode *); | 138 | extern void sysv_truncate(struct inode *); |
139 | extern int __sysv_write_begin(struct file *file, struct address_space *mapping, | ||
140 | loff_t pos, unsigned len, unsigned flags, | ||
141 | struct page **pagep, void **fsdata); | ||
139 | 142 | ||
140 | /* inode.c */ | 143 | /* inode.c */ |
141 | extern int sysv_write_inode(struct inode *, int); | 144 | extern int sysv_write_inode(struct inode *, int); |