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:
3a8df2b
)
ocfs2: re-order ocfs2_empty_dir checks
author
Mark Fasheh
<mfasheh@suse.com>
Wed, 18 Feb 2009 19:41:38 +0000
(11:41 -0800)
committer
Mark Fasheh
<mfasheh@suse.com>
Fri, 3 Apr 2009 18:39:17 +0000
(11:39 -0700)
ocfs2_empty_dir() is far more expensive than checking link count. Since both
need to be checked at the same time, we can improve performance by checking
link count first.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
No differences found