]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()
authorGu Zheng <guz.fnst@cn.fujitsu.com>
Thu, 27 Jun 2013 01:28:54 +0000 (09:28 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 1 Jul 2013 23:48:15 +0000 (08:48 +0900)
commit5a47e3e3afa808c429c76f97027371de2d1a6572
treec130a7d15b7aba8493a43c4ae61a75b1407a3814
parent410915544bd0652c5d9fb1f644be4c91b6ef3768
f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()

As destroy_fsync_dnodes() is a simple list-cleanup func, so delete the unused
and unrelated f2fs_sb_info argument of it.

Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/recovery.c