]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: reserve inodes and feature code for 'quota' feature
authorAditya Kali <adityakali@google.com>
Tue, 24 May 2011 23:00:39 +0000 (19:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 May 2011 23:00:39 +0000 (19:00 -0400)
commit4e28878987ada6f7e0c3e649f1269f92714404f7
treebd293ae7a338e582991ecb2930397fb7b010c6cc
parent66a515afed83b75bbd533db4238684bd7e0362f9
ext4: reserve inodes and feature code for 'quota' feature

I am working on patch to add quota as a built-in feature for ext4
filesystem. The implementation is based on the design given at
https://ext4.wiki.kernel.org/index.php/Design_For_1st_Class_Quota_in_Ext4.
This patch reserves the inode numbers 3 and 4 for quota purposes and
also reserves EXT4_FEATURE_RO_COMPAT_QUOTA feature code.

Signed-off-by: Aditya Kali <adityakali@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h