diff options
author | Chandra Seetharaman <sekharan@us.ibm.com> | 2013-07-19 17:32:55 -0500 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-07-22 14:10:53 -0500 |
commit | 0102629776a2f5c3bd9c5dc0ef77956c60255074 (patch) | |
tree | c976f6d51f00c53047eb81d39d69b446b30d069c /fs/xfs/xfs_qm.c | |
parent | 297aa63769e6ae06b7db97eb76c9211beeb32c69 (diff) |
xfs: Initialize all quota inodes to be NULLFSINO
mkfs doesn't initialize the quota inodes to NULLFSINO as it does for the
other internal inodes. This leads to two in-core values (0 and NULLFSINO)
to be checked against, to make sure if a quota inode is valid.
Solve that problem by initializing the in-core values of all quotaino
values to NULLFSINO if they are 0 in the disk.
Note that these values are not written back to on-disk superblock unless
some quota is enabled on the filesystem. Even in that case sb_pquotino is
written to disk only if the on-disk superblock supports pquotino
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/xfs/xfs_qm.c')
0 files changed, 0 insertions, 0 deletions