f2fs: revmove spin_lock for write_orphan_inodes
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 1 May 2015 18:08:59 +0000 (11:08 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 May 2015 22:41:38 +0000 (15:41 -0700)
commitd6c67a4fee866ad95fe1d727f80a56f956737706
tree7c50b2ced0d1e04d0550f2f72d9f3165a099a58a
parent43f3eae1d3b1de6a4f7e39ef9c363ec6f8b9c8d4
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 <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c