commit | c826cb7dfce80512c26c984350077a25046bd215 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 15 15:29:21 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Mar 15 15:29:21 2011 -0700 |
tree | 6230dc7babebfa008d67bd309de7562a0292ab8b | |
parent | 76ca07832842100b14a31ad8996dab7b0c28aa42 [diff] |
dcache.c: create helper function for duplicated functionality 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>