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)
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

Simple merge