summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
diff options
context:
space:
mode:
authorGu Zheng2013-08-09 12:21:24 +0200
committerJaegeuk Kim2013-08-12 04:49:22 +0200
commit41dfde135f9169948dd0c9bba948774f2e521210 (patch)
treeab1496d2f2179ebdc3840507b8cd480f98b3df1e /fs/f2fs/data.c
parentf2fs: introduce cur_cp_version function to reduce code size (diff)
downloadkernel-qcow2-linux-41dfde135f9169948dd0c9bba948774f2e521210.tar.gz
kernel-qcow2-linux-41dfde135f9169948dd0c9bba948774f2e521210.tar.xz
kernel-qcow2-linux-41dfde135f9169948dd0c9bba948774f2e521210.zip
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)