ext4: add interface to advertise ext4 features in sysfs
authorLukas Czerner <lczerner@redhat.com>
Thu, 28 Oct 2010 01:30:05 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:05 +0000 (21:30 -0400)
commit857ac889cce8a486d47874db4d2f9620e7e9e5de
tree12401895197d819fcbf2335244d91259f4640aa2
parentbfff68738f1cb5c93dab1114634cea02aae9e7ba
ext4: add interface to advertise ext4 features in sysfs

User-space should have the opportunity to check what features doest ext4
support in each particular copy. This adds easy interface by creating new
"features" directory in sys/fs/ext4/. In that directory files
advertising feature names can be created.

Add lazy_itable_init to the feature list.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/ialloc.c
fs/ext4/super.c