summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-07-03 15:34:01 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-07-03 15:34:01 +1000
commitc15aa215ede944c72fa1af6e9333ad0542b10085 (patch)
treeb7af4c47a6237cd8f105817e006267ee87accfa4 /include
parent0fcbd8bfd5636022304133562cf9f6f726bdcbc9 (diff)
parente59d7a82502bba3b0b54fc6bc813baf8f2ce1db8 (diff)
Merge commit 'ubifs/for_andrew'
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index c99d05dc9dad..da01da8828b0 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1728,6 +1728,8 @@ static inline void invalidate_remote_inode(struct inode *inode)
extern int invalidate_inode_pages2(struct address_space *mapping);
extern int invalidate_inode_pages2_range(struct address_space *mapping,
pgoff_t start, pgoff_t end);
+extern void generic_sync_sb_inodes(struct super_block *sb,
+ struct writeback_control *wbc);
extern int write_inode_now(struct inode *, int);
extern int filemap_fdatawrite(struct address_space *);
extern int filemap_flush(struct address_space *);