commit | 4bd684bc0143b46eea6dcf4dd3a73dfd6dc7247c | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Fri Mar 06 10:51:41 2020 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Mar 27 14:08:05 2020 -0500 |
tree | 39c7938cc6fb0bd2e3e7fb3993d44e190af25525 | |
parent | 1595548fe72ca834abe75fb3df47e300a087d563 [diff] |
gfs2: Remove unnecessary gfs2_qa_{get,put} pairs We now get the quota data structure when opening a file writable and put it when closing that writable file descriptor, so there no longer is a need for gfs2_qa_{get,put} while we're holding a writable file descriptor. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>