commit | 49952fa182a2e9b3f40b974278c5b1144f0c918b | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Wed Apr 03 22:19:03 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Wed Apr 03 22:19:03 2013 +0900 |
tree | d7c3ed17f9bf942749fcb836c112dabb7da35a21 | |
parent | 1571f84a1f65f6bf35d99d59ba52bdee6722e4b6 [diff] |
f2fs: reduce redundant spin_lock operations This patch reduces redundant spin_lock operations in alloc_nid_failed(). The alloc_nid_failed() does not need to delete entry and add one again by triggering spin_lock and spin_unlock redundantly. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>