commit | bab08ab9646288f1b0b72a7aaeecdff94bd62c18 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:36:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:36:51 2011 -0400 |
tree | e301377f1ce9093a44b2cfb331439e15d79789ed | |
parent | 281b59959707dfae03ce038cdf231bf4904e170c [diff] |
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) At least initially if the bigalloc feature is enabled, we will not support non-extent mapped inodes, online resizing, online defrag, or the FITRIM ioctl. This simplifies the initial implementation. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>