commit | bd2c38cf1726ea913024393a0d11f2e2a3f4c180 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Aug 12 15:31:22 2021 +0200 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 30 23:36:50 2021 -0400 |
tree | 147620e9e40875a3eed164c97a01d46b8ec21965 | |
parent | b2bbb92f7042e8075fb036bf97043339576330c3 [diff] |
ext4: Make sure quota files are not grabbed accidentally If ext4 filesystem is corrupted so that quota files are linked from directory hirerarchy, bad things can happen. E.g. quota files can get corrupted or deleted. Make sure we are not grabbing quota file inodes when we expect normal inodes. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Link: https://lore.kernel.org/r/20210812133122.26360-1-jack@suse.cz