summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHaicheng Li <haicheng.li@linux.intel.com>2013-07-08 16:00:11 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-09 10:33:22 -0700
commit12057841008534236e52df3d3e63e089f27c5406 (patch)
tree797565f4611303fb4280043cf247495d6bc817a8 /include
parentf3deb6872b946a851a3799b315f3c85ce4c027fc (diff)
downloadlinux-12057841008534236e52df3d3e63e089f27c5406.tar.gz
linux-12057841008534236e52df3d3e63e089f27c5406.tar.xz
fs/fs-writeback.c: : make wb_do_writeback() as static
It's not used globally and could be static. Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com> Cc: Jan Kara <jack@suse.cz> Cc: Wu Fengguang <fengguang.wu@intel.com> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/writeback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index abfe11787af3..e0efffafcd31 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -95,7 +95,6 @@ int try_to_writeback_inodes_sb_nr(struct super_block *, unsigned long nr,
void sync_inodes_sb(struct super_block *);
long writeback_inodes_wb(struct bdi_writeback *wb, long nr_pages,
enum wb_reason reason);
-long wb_do_writeback(struct bdi_writeback *wb, int force_wait);
void wakeup_flusher_threads(long nr_pages, enum wb_reason reason);
void inode_wait_for_writeback(struct inode *inode);