diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2013-07-10 23:00:36 (GMT) |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-07-11 21:49:10 (GMT) |
commit | c31ad439e8d111bf911c9cc80619cebde411a44d (patch) | |
tree | 1f5c3ec31c3bd484acf2cce7421721862bb7305b /fs/cifs/smb2inode.c | |
parent | 92f8ff73f18672b03ec8b92197cdddf2b5de7ea0 (diff) | |
download | linux-fsl-qoriq-c31ad439e8d111bf911c9cc80619cebde411a44d.tar.xz |
xfs: Fix the logic check for all quotas being turned off
During the review of seperate pquota inode patches, David noticed
that the test to detect all quotas being turned off was
incorrect, and hence the block was not freeing all the quota
information.
The check made sense in Irix, but in Linux, quota is turned off
one at a time, which makes the test invalid for Linux.
This problem existed since XFS was ported to Linux.
David suggested to fix the problem by detecting when all quotas are
turned off by checking m_qflags.
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/cifs/smb2inode.c')
0 files changed, 0 insertions, 0 deletions