Skip to content

Commit

Permalink
mm/writeback: remove wb_reason_name
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Wanpeng Li authored and torvalds committed Jul 9, 2013
1 parent 1205784 commit 6ce1bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/writeback.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ce1bc8

Please sign in to comment.