aboutsummaryrefslogtreecommitdiffstats
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
committerZiyan <jaraidaniel@gmail.com>2015-05-02 14:34:59 +0200
commit4f14d4f476dbae67f32740be5b1b65bcf03915e7 (patch)
treec72f9733df31cca8aa28805ee44c37a3b1183416 /fs/f2fs/data.c
parent8fb472e0b5b81ebc315b1b3a35639583867fbce8 (diff)
downloadkernel_samsung_tuna-4f14d4f476dbae67f32740be5b1b65bcf03915e7.zip
kernel_samsung_tuna-4f14d4f476dbae67f32740be5b1b65bcf03915e7.tar.gz
kernel_samsung_tuna-4f14d4f476dbae67f32740be5b1b65bcf03915e7.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 b601fd6..c67ebdd 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -175,7 +175,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)