diff options
Diffstat (limited to 'fs/autofs4')
-rw-r--r-- | fs/autofs4/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c index a54a946a50ae..aa4c5ff8a40d 100644 --- a/fs/autofs4/root.c +++ b/fs/autofs4/root.c | |||
@@ -533,9 +533,9 @@ static struct dentry *autofs4_lookup_unhashed(struct autofs_sb_info *sbi, struct | |||
533 | goto next; | 533 | goto next; |
534 | 534 | ||
535 | if (d_unhashed(dentry)) { | 535 | if (d_unhashed(dentry)) { |
536 | struct autofs_info *ino = autofs4_dentry_ino(dentry); | ||
537 | struct inode *inode = dentry->d_inode; | 536 | struct inode *inode = dentry->d_inode; |
538 | 537 | ||
538 | ino = autofs4_dentry_ino(dentry); | ||
539 | list_del_init(&ino->rehash); | 539 | list_del_init(&ino->rehash); |
540 | dget(dentry); | 540 | dget(dentry); |
541 | /* | 541 | /* |