commit | 1bf59bf6ded8411058b4c9acc45d9dd8d6965464 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 04 11:14:46 2013 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 04 11:14:46 2013 +0100 |
tree | aa53c3615dcd8c7b6d65aaa4f1c40a9e9e1ebb33 | |
parent | bef292a72daf215c00aa20f68603de181afbb4d3 [diff] |
GFS2: Make two similar quota code fragments into a function There should be no functional change bar the removal of a test of the MS_READONLY flag which would never be reachable. This merges the common code from qd_fish and qd_trylock into a single function and calls it from both those places. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: Abhijith Das <adas@redhat.com>