]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/super.c
e2fsck: add support for checking the built-in quota files
authorAditya Kali <adityakali@google.com>
Wed, 20 Jul 2011 18:40:06 +0000 (11:40 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 31 Aug 2011 20:31:13 +0000 (16:31 -0400)
commit624e4a6466dba9889f5f80dc168f2bb7c2a3f5d0
treed4d5748fc2baea48a1cb6a9ad0e66300cdcc3b3f
parentf239fefc14226f655477179801c734749a04d4b4
e2fsck: add support for checking the built-in quota files

This patch adds support for doing quota accounting during full
e2fsck scan if the 'quota' feature was set on the superblock.
If user-visible quota inodes are in use, they will be hidden
and converted to the reserved quota inodes.

Signed-off-by: Aditya Kali <adityakali@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14 files changed:
e2fsck/Makefile.in
e2fsck/e2fsck.h
e2fsck/message.c
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/quota.c [new file with mode: 0644]
e2fsck/super.c
e2fsck/unix.c
lib/ext2fs/ext2fs.h