diff options
-rw-r--r-- | fs/ext4/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index c2b0724e8ad6..8e45331b6560 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -1893,6 +1893,7 @@ static void ext4_da_release_space(struct inode *inode, int to_free) | |||
1893 | 1893 | ||
1894 | spin_lock(&EXT4_I(inode)->i_block_reservation_lock); | 1894 | spin_lock(&EXT4_I(inode)->i_block_reservation_lock); |
1895 | 1895 | ||
1896 | trace_ext4_da_release_space(inode, to_free); | ||
1896 | if (unlikely(to_free > ei->i_reserved_data_blocks)) { | 1897 | if (unlikely(to_free > ei->i_reserved_data_blocks)) { |
1897 | /* | 1898 | /* |
1898 | * if there aren't enough reserved blocks, then the | 1899 | * if there aren't enough reserved blocks, then the |