]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove metadata reservation checks
authorTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2014 10:02:38 +0000 (06:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2014 10:02:38 +0000 (06:02 -0400)
commit499211196647dd8691830b4ed3fdbf49d635e568
tree86a356c9e02e69e609e0226435258f634620574d
parent949f5f6108b68753f5775fe336a9153c49d93f26
ext4: remove metadata reservation checks

Commit a68d55ca6235d ("ext4: introduce reserved space") reserves 2% of
the file system space to make sure metadata allocations will always
succeed.  Given that, tracking the reservation of metadata blocks is
no longer necessary.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c
fs/ext4/mballoc.c