]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
f2fs: reduce the number of inline_data inode before clearing it
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 11 Nov 2014 00:29:14 +0000 (16:29 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 11 Nov 2014 00:29:14 +0000 (16:29 -0800)
commit57e2a2c0a698406e6206ab707bd7c3dcf248c738
tree9cd45c0028ec88958f4d38afc64188929c69069d
parentb7e1d800031c827a80c9a9d03cf15e4dd5405a44
f2fs: reduce the number of inline_data inode before clearing it

The # of inline_data inode is decreased only when it has inline_data.
After clearing the flag, we can't decreased the number.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inline.c