summaryrefslogtreecommitdiff
path: root/fs/autofs4
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2015-07-28 13:36:47 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2015-08-05 18:19:21 +0300
commite90c2d2850d9d034e814a328725a4b15878f0357 (patch)
treeb9709c15f56af0c3d76dd717033a1e08e25ac2ee /fs/autofs4
parent470f00e9686f0b338a457568229fe7b7d44b8e6a (diff)
downloadlinux-e90c2d2850d9d034e814a328725a4b15878f0357.tar.xz
f2fs: invalidate temporary meta page
To avoid meeting garbage data in next free node block at the end of warm node chain when doing recovery, we will try to zero out that invalid block. If the device is not support discard, our way for zeroing out block is: grabbing a temporary zeroed page in meta inode, then, issue write request with this page. But, we forget to release that temporary page, so our memory usage will increase without gaining any hit ratio benefit, so it's better to free it for saving memory. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/autofs4')
0 files changed, 0 insertions, 0 deletions