summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJaegeuk Kim2012-12-20 07:10:06 +0100
committerJaegeuk Kim2012-12-28 03:24:09 +0100
commit71e9fec548a95b2a4cf378646addd5d3098684a2 (patch)
tree129aef9aacfb87ec29d67a8ca95422a82ab9db12 /MAINTAINERS
parentf2fs: add missing #include <linux/prefetch.h> (diff)
downloadkernel-qcow2-linux-71e9fec548a95b2a4cf378646addd5d3098684a2.tar.gz
kernel-qcow2-linux-71e9fec548a95b2a4cf378646addd5d3098684a2.tar.xz
kernel-qcow2-linux-71e9fec548a95b2a4cf378646addd5d3098684a2.zip
f2fs: invalidate the node page if allocation is failed
The new_node_page() is processed as the following procedure. 1. A new node page is allocated. 2. Set PageUptodate with proper footer information. 3. Check if there is a free space for allocation 4.a. If there is no space, f2fs returns with -ENOSPC. 4.b. Otherwise, go next. In the case of step #4.a, f2fs remains a wrong node page in the page cache with the uptodate flag. Also, even though a new node page is allocated successfully, an error can be occurred afterwards due to allocation failure of the other data structures. In such a case, remove_inode_page() would be triggered, so that we have to clear uptodate flag in truncate_node() too. So, we should remove the uptodate flag, if allocation is failed. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions