Commit 7d9f073b8da45a894bb7148433bd84d21eed6757
Committed by
Linus Torvalds
1 parent
187320932d
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
mm/writeback: make writeback_inodes_wb static
It's not used globally and could be static. Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Rik van Riel <riel@redhat.com> Cc: Fengguang Wu <fengguang.wu@intel.com> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Tejun Heo <tj@kernel.org> Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> Cc: David Rientjes <rientjes@google.com> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Jiri Kosina <jkosina@suse.cz> Cc: Wanpeng Li <liwanp@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 2 changed files with 1 additions and 3 deletions Side-by-side Diff
fs/fs-writeback.c
include/linux/writeback.h
... | ... | @@ -98,8 +98,6 @@ |
98 | 98 | int try_to_writeback_inodes_sb_nr(struct super_block *, unsigned long nr, |
99 | 99 | enum wb_reason reason); |
100 | 100 | void sync_inodes_sb(struct super_block *); |
101 | -long writeback_inodes_wb(struct bdi_writeback *wb, long nr_pages, | |
102 | - enum wb_reason reason); | |
103 | 101 | void wakeup_flusher_threads(long nr_pages, enum wb_reason reason); |
104 | 102 | void inode_wait_for_writeback(struct inode *inode); |
105 | 103 |