diff options
author | Haicheng Li <haicheng.li@linux.intel.com> | 2013-07-08 19:00:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-09 13:33:22 -0400 |
commit | 12057841008534236e52df3d3e63e089f27c5406 (patch) | |
tree | 797565f4611303fb4280043cf247495d6bc817a8 /fs | |
parent | f3deb6872b946a851a3799b315f3c85ce4c027fc (diff) |
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 'fs')
-rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index a85ac4e33436..aca8835c8c17 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -963,7 +963,7 @@ static long wb_check_old_data_flush(struct bdi_writeback *wb) | |||
963 | /* | 963 | /* |
964 | * Retrieve work items and do the writeback they describe | 964 | * Retrieve work items and do the writeback they describe |
965 | */ | 965 | */ |
966 | long wb_do_writeback(struct bdi_writeback *wb, int force_wait) | 966 | static long wb_do_writeback(struct bdi_writeback *wb, int force_wait) |
967 | { | 967 | { |
968 | struct backing_dev_info *bdi = wb->bdi; | 968 | struct backing_dev_info *bdi = wb->bdi; |
969 | struct wb_writeback_work *work; | 969 | struct wb_writeback_work *work; |