]> 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>
Mon, 1 Jul 2013 23:48:15 +0000 (08:48 +0900)
commit5ebefc5b409a194a09da7ad1962b4bfce10a6859
treec130a7d15b7aba8493a43c4ae61a75b1407a3814
parent763bfe1bc575dcce56dc5c570dc005d94911705f
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