diff options
author | Wanpeng Li <liwanp@linux.vnet.ibm.com> | 2013-07-08 19:00:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-09 13:33:22 -0400 |
commit | 6ce1bc86ae8b8f74095f2694732ccbab2f3849e5 (patch) | |
tree | c7554cb93620c424933d6ac1436b4124062f6cb4 /include | |
parent | 12057841008534236e52df3d3e63e089f27c5406 (diff) |
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>
Diffstat (limited to 'include')
-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 { | |||
51 | 51 | ||
52 | WB_REASON_MAX, | 52 | WB_REASON_MAX, |
53 | }; | 53 | }; |
54 | extern const char *wb_reason_name[]; | ||
55 | 54 | ||
56 | /* | 55 | /* |
57 | * A control structure which tells the writeback code what to do. These are | 56 | * A control structure which tells the writeback code what to do. These are |