summaryrefslogtreecommitdiff
path: root/fs/gfs2/quota.c
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2020-05-04 10:18:43 -0500
committerAndreas Gruenbacher <agruenba@redhat.com>2020-05-08 18:45:11 +0200
commit2297ab6144c2e85c418d0fd47b2f24e294b55dca (patch)
tree551bfdeaee8b976bb2398cab1b8de18dbf422beb /fs/gfs2/quota.c
parentaa83da7f47b26c9587bade6c4bc4736ffa308f0a (diff)
gfs2: Fix problems regarding gfs2_qa_get and _put
This patch fixes a couple of places in which gfs2_qa_get and gfs2_qa_put are not balanced: we now keep references around whenever a file is open for writing (see gfs2_open_common and gfs2_release), so we need to put all references we grab in function gfs2_create_inode. This was broken in the successful case and on one error path. This also means that we don't have a reference to put in gfs2_evict_inode. In addition, gfs2_qa_put was called for the wrong inode in gfs2_link. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/quota.c')
0 files changed, 0 insertions, 0 deletions