]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: read-only support for bigalloc file systems
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:34:51 +0000 (18:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:34:51 +0000 (18:34 -0400)
commit322401771417241b4faf469e2dcddc915306c3e8
tree3a6b36d060a41b19351c29c51d079149cae7511c
parent087dbbecd9ba4e001753b8bfe1271e1f6e9eb784
ext4: read-only support for bigalloc file systems

This adds supports for bigalloc file systems.  It teaches the mount
code just enough about bigalloc superblock fields that it will mount
the file system without freaking out that the number of blocks per
group is too big.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/super.c