commit | 1f5d7a890e8b2ad03ee91fd891b0b5b4327da030 | [log] [tgz] |
---|---|---|
author | Aditya Kali <adityakali@google.com> | Wed Jul 20 11:40:04 2011 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 31 16:31:49 2011 -0400 |
tree | 70a5dc4bee4fa6547d5f1b8580d2b0a54f449ce2 | |
parent | 624e4a6466dba9889f5f80dc168f2bb7c2a3f5d0 [diff] |
mke2fs: support creation of filesystem with quota feature mke2fs also creates quota inodes (userquota: inode# 3 and groupquota: inode #4) inodes while creating a filesystem when 'quota' feature is set. # To set quota feature and initialize quota inodes during mke2fs: $mke2fs -t ext4 -O quota /dev/ram1 Signed-off-by: Aditya Kali <adityakali@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>