diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-08-15 18:56:46 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-08-21 22:57:02 +0200 |
commit | 202095a7a0ec075b924cb15dde330bf76e485f61 (patch) | |
tree | b449ff58a4ba996bb6c3505c3fb5cbbe6ddea847 /fs/xfs/xfs_qm.c | |
parent | f2fs: avoid double lock in truncate_blocks (diff) | |
download | linux-202095a7a0ec075b924cb15dde330bf76e485f61.tar.xz linux-202095a7a0ec075b924cb15dde330bf76e485f61.zip |
f2fs: remove rewrite_node_page
I think we need to let the dirty node pages remain in the page cache instead
of rewriting them in their places.
So, after done with successful recovery, write_checkpoint will flush all of them
through the normal write path.
Through this, we can avoid potential error cases in terms of block allocation.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_qm.c')
0 files changed, 0 insertions, 0 deletions