summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
diff options
context:
space:
mode:
authorGu Zheng <guz.fnst@cn.fujitsu.com>2013-08-09 18:21:24 +0800
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-08-12 11:49:22 +0900
commit41dfde135f9169948dd0c9bba948774f2e521210 (patch)
treeab1496d2f2179ebdc3840507b8cd480f98b3df1e /fs/f2fs/data.c
parentd71b5564c0da4f652af2e4ca9d3c22b9c960ec1f (diff)
downloadlinux-41dfde135f9169948dd0c9bba948774f2e521210.tar.bz2
f2fs: clean up the needless end 'return' of void function
Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/data.c')
-rw-r--r--fs/f2fs/data.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index a7eb52925723..ea3cb29018e9 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -176,7 +176,6 @@ void update_extent_cache(block_t blk_addr, struct dnode_of_data *dn)
end_update:
write_unlock(&fi->ext.ext_lock);
sync_inode_page(dn);
- return;
}
struct page *find_data_page(struct inode *inode, pgoff_t index, bool sync)