]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: indicate shutdown f2fs to allow unmount successfully
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 21 Jun 2018 20:46:23 +0000 (13:46 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 27 Jul 2018 09:03:56 +0000 (18:03 +0900)
commitf44c457de1e87b037131864f9200230f0098e390
tree708b16650dc813a32e4c6098f09907c53ea4050d
parent27931f932d51601d2bc19fefb4fc599c53e32450
f2fs: indicate shutdown f2fs to allow unmount successfully

Once we shutdown f2fs, we have to flush stale pages in order to unmount
the system. In order to make stable, we need to stop fault injection as well.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/inode.c
fs/f2fs/node.c
fs/f2fs/super.c