commit | aabd7c72f52145fcf13f9251770b0b0246b5e406 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 04 11:31:05 2013 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 04 11:39:21 2013 +0100 |
tree | 99268cd27ed66cff7bb1dfcde031afa5b11e1995 | |
parent | 1bf59bf6ded8411058b4c9acc45d9dd8d6965464 [diff] |
GFS2: Inline qd_trylock into gfs2_quota_unlock The function qd_trylock was not a trylock despite its name and can be inlined into gfs2_quota_unlock in order to make the code a bit clearer. There should be no functional change as a result of this patch. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: Abhijith Das <adas@redhat.com>