]> Git Repo - linux.git/commit
autofs4: cleanup active and expire lookup
authorIan Kent <[email protected]>
Wed, 16 Dec 2009 00:45:47 +0000 (16:45 -0800)
committerLinus Torvalds <[email protected]>
Wed, 16 Dec 2009 15:19:58 +0000 (07:19 -0800)
commit6510c9d8595adcee2b0dc86408bc432a8dd7d652
treea0c9540de9004686633c2eb339d32ef24907fc2f
parent90387c9c1d5787aeb7dfdfc90c8f8aeaeed7ad0e
autofs4: cleanup active and expire lookup

The lookup functions for active and expiring dentrys use parameters that
can be easily obtained on entry so we change the call to to take just the
dentry.  This makes the subsequent change, to send all lookups to
->lookup(), a bit cleaner.

Signed-off-by: Ian Kent <[email protected]>
Cc: Sage Weil <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Andreas Dilger <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Yehuda Saheh <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/autofs4/root.c
This page took 0.040672 seconds and 4 git commands to generate.