git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1571f84
)
f2fs: reduce redundant spin_lock operations
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Wed, 3 Apr 2013 13:19:03 +0000
(22:19 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Wed, 3 Apr 2013 13:19:03 +0000
(22:19 +0900)
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>
No differences found