From: Gu Zheng Date: Thu, 27 Jun 2013 01:28:54 +0000 (+0800) Subject: f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ebefc5b409a194a09da7ad1962b4bfce10a6859;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed