From 5ebefc5b409a194a09da7ad1962b4bfce10a6859 Mon Sep 17 00:00:00 2001 From: Gu Zheng Date: Thu, 27 Jun 2013 09:28:54 +0800 Subject: [PATCH] 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-format-patch failed