From: Jaegeuk Kim Date: Fri, 1 May 2015 18:08:59 +0000 (-0700) Subject: f2fs: revmove spin_lock for write_orphan_inodes X-Git-Tag: omap-for-v4.3/legacy-v2-signed~156^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c67a4fee866ad95fe1d727f80a56f956737706;p=pandora-kernel.git f2fs: revmove spin_lock for write_orphan_inodes This patch removes spin_lock, since this is covered by f2fs_lock_op already. And, we should avoid to use page operations inside spin_lock. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed