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:
76ca078
)
dcache.c: create helper function for duplicated functionality
author
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 15 Mar 2011 22:29:21 +0000
(15:29 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 15 Mar 2011 22:29:21 +0000
(15:29 -0700)
This creates a helper function for he "try to ascend into the parent
directory" case, which was written out in triplicate before. With all
the locking and subtle sequence number stuff, we really don't want to
duplicate that kind of code.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found