diff options
author | 2016-04-01 13:18:38 -0400 | |
---|---|---|
committer | 2016-04-05 11:59:18 -0400 | |
commit | 73cc86252bd8a547349d2856497eceaf4f2d1766 (patch) | |
tree | 6dda7db9bc8ed1be8e252219e58b1f84539a6302 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | GFS2: ignore unlock failures after withdraw (diff) | |
download | wireguard-linux-73cc86252bd8a547349d2856497eceaf4f2d1766.tar.xz wireguard-linux-73cc86252bd8a547349d2856497eceaf4f2d1766.zip |
GFS2: Get rid of dead code in inode_go_demote_ok
Function inode_go_demote_ok had some code that was only executed
if gl_holders was not empty. However, if gl_holders was not empty,
the only caller, demote_ok(), returns before inode_go_demote_ok
would ever be called. Therefore, it's dead code, so I removed it.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions