gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
authorBob Peterson <rpeterso@redhat.com>
Fri, 6 Mar 2020 16:18:44 +0000 (10:18 -0600)
committerBob Peterson <rpeterso@redhat.com>
Fri, 27 Mar 2020 19:08:04 +0000 (14:08 -0500)
commitd580712a37272182cb63002878f3bb7bcebbb8bd
tree76dc0870c0369c38b55469a7643a7c2524d7a797
parent969183bc68bc27d637d6d29e81d71cf854d0ca61
gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc

Before this patch, multiple callers called gfs2_rsqa_alloc to force
the existence of a reservations structure and a quota data structure
if needed. However, now the reservations are handled separately, so
the quota data is only the quota data. So we eliminate the one in
favor of just calling gfs2_qa_alloc directly.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/acl.c
fs/gfs2/bmap.c
fs/gfs2/file.c
fs/gfs2/inode.c
fs/gfs2/quota.c
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h
fs/gfs2/xattr.c