mm/writeback: remove wb_reason_name
authorWanpeng Li <[email protected]>
Mon, 8 Jul 2013 23:00:12 +0000 (16:00 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Jul 2013 17:33:22 +0000 (10:33 -0700)
wb_reason_name is not used any more - remove it.

Signed-off-by: Wanpeng Li <[email protected]>
Reviewed-by: Tejun Heo <[email protected]>
Reviewed-by: Fengguang Wu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/writeback.h

index e0efffafcd3103f47c58d0681d769b8c06cbfed6..e1703ded543aed7b2e52fda3ca97c3b99c66cfc0 100644 (file)
@@ -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