]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/ext4/extents.c
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)
commit71d4f7d032149b935a26eb3ff85c6c837f3714e1
tree86a356c9e02e69e609e0226435258f634620574d
parentd5e03cbb0c88cd1be39f2adc37d602230045964b
ext4: remove metadata reservation checks

Commit 27dd43854227b ("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