commit | b80b549c3520b31d3bbc4b36e37e0a5102da0b94 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Wed Feb 18 11:41:38 2009 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 03 11:39:17 2009 -0700 |
tree | 403d548a9be6a1e1ae8063a732d520a06defd83c | |
parent | 3a8df2b9c365a9f366b76bbbce479e1cc18ddc16 [diff] |
ocfs2: re-order ocfs2_empty_dir checks 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>