diff options
author | Nick Piggin <npiggin@suse.de> | 2007-10-16 01:25:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 09:42:57 -0700 |
commit | 26a6441aadde864132672750b3cf0892e5acaaf4 (patch) | |
tree | 2e85db7e46c956f5e0d7150e09accb67235983b6 /fs/sysv/sysv.h | |
parent | be021ee41a8b65d181fe22799de6be62adf72efb (diff) | |
download | talos-obmc-linux-26a6441aadde864132672750b3cf0892e5acaaf4.tar.gz talos-obmc-linux-26a6441aadde864132672750b3cf0892e5acaaf4.zip |
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 *); /* itree.c */ extern void sysv_truncate(struct inode *); +extern int __sysv_write_begin(struct file *file, struct address_space *mapping, + loff_t pos, unsigned len, unsigned flags, + struct page **pagep, void **fsdata); /* inode.c */ extern int sysv_write_inode(struct inode *, int); |