Commit Graph

2 Commits

Author SHA1 Message Date
Theodore Ts'o
8dafa282e6 e2fsck: fix the message printed for the project quota type
Fix a cut and paste error so print_e2fsck_message() correctly prints
the quota type for project quotas.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-by: Jakub Bogusz <qboosh@pld-linux.org>
2017-08-22 15:40:23 -04:00
Theodore Ts'o
d202f46d81 e2fsck: check for invalid quota inode numbers
If the superblock has invalid inode numbers for the user, group, or
project quota inodes, e2fsck should notice and offer to fix things by
zeroing out the invalid superblock field.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-07-22 17:43:17 -04:00