diff options
author | Wanpeng Li <liwanp@linux.vnet.ibm.com> | 2013-07-09 01:00:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-09 19:33:22 +0200 |
commit | 6ce1bc86ae8b8f74095f2694732ccbab2f3849e5 (patch) | |
tree | c7554cb93620c424933d6ac1436b4124062f6cb4 | |
parent | fs/fs-writeback.c: : make wb_do_writeback() as static (diff) | |
download | linux-6ce1bc86ae8b8f74095f2694732ccbab2f3849e5.tar.xz linux-6ce1bc86ae8b8f74095f2694732ccbab2f3849e5.zip |
mm/writeback: remove wb_reason_name
wb_reason_name is not used any more - remove it.
Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Reviewed-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/writeback.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index e0efffafcd31..e1703ded543a 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h @@ -51,7 +51,6 @@ enum wb_reason { WB_REASON_MAX, }; -extern const char *wb_reason_name[]; /* * A control structure which tells the writeback code what to do. These are |