locks: get rid of WE_CAN_BREAK_LSLK_NOW dead code
authorJeff Layton <jeff.layton@primarydata.com>
Fri, 3 Apr 2015 13:04:04 +0000 (09:04 -0400)
committerJeff Layton <jeff.layton@primarydata.com>
Fri, 3 Apr 2015 13:04:04 +0000 (09:04 -0400)
commit3648888e90bb7fe6d0586ec177511e6678ee22c3
tree8f23ef5421f8ace7d3a1e8bcc07be92ac03b4c25
parentcae80b305e1c3944746dd93e33e9b2ccd5a490c1
locks: get rid of WE_CAN_BREAK_LSLK_NOW dead code

As Bruce points out, there's no compelling reason to change /proc/locks
output at this point. If we did want to do this, then we'd almost
certainly want to introduce a new file to display this info (maybe via
debugfs?).

Let's remove the dead WE_CAN_BREAK_LSLK_NOW ifdef here and just plan to
stay with the legacy format.

Reported-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>
fs/locks.c