diff options
author | Bob Peterson <rpeterso@redhat.com> | 2020-05-05 19:52:51 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2020-05-08 19:47:39 +0300 |
commit | e6ce26e571a813e6992c5148b27f2a4b17952080 (patch) | |
tree | 2ad21797f05caaa649ddc738cc90825449cbf30a /fs/mpage.c | |
parent | f9615fe3113f1067093f7f68d46d281b4c9a5978 (diff) | |
download | linux-e6ce26e571a813e6992c5148b27f2a4b17952080.tar.xz |
gfs2: remove check for quotas on in gfs2_quota_check
This patch removes a check from gfs2_quota_check for whether quotas
are enabled by the superblock. There is a test just prior for the
GIF_QD_LOCKED bit in the inode, and that can only be set by functions
that already check that quotas are enabled in the superblock.
Therefore, the check is redundant.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/mpage.c')
0 files changed, 0 insertions, 0 deletions