f2fs: use rw_semaphore for nat entry lock
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2014 05:15:10 +0000 (21:15 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2014 05:23:29 +0000 (21:23 -0800)
Previoulsy, we used rwlock for nat_entry lock.
But, now we have a lot of complex operations in set_node_addr.
(e.g., allocating kernel memories, handling radix_trees, and so on)

So, this patches tries to change spinlock to rw_semaphore to give CPUs to other
threads.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

No differences found