]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 27 Jun 2013 03:37:32 +0000 (12:37 +0900)
commitfb81fe78463ecd27888dcdf88e728775d5858746
treec130a7d15b7aba8493a43c4ae61a75b1407a3814
parent796a466b8925b8482d0e34c02760ecbac98a1532
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