commit | d580712a37272182cb63002878f3bb7bcebbb8bd | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Mar 06 10:18:44 2020 -0600 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Mar 27 14:08:04 2020 -0500 |
tree | 76dc0870c0369c38b55469a7643a7c2524d7a797 | |
parent | 969183bc68bc27d637d6d29e81d71cf854d0ca61 [diff] |
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>