|
@@ -533,9 +533,9 @@ static struct dentry *autofs4_lookup_unhashed(struct autofs_sb_info *sbi, struct
|
|
|
goto next;
|
|
goto next;
|
|
|
|
|
|
|
|
if (d_unhashed(dentry)) {
|
|
if (d_unhashed(dentry)) {
|
|
|
- struct autofs_info *ino = autofs4_dentry_ino(dentry);
|
|
|
|
|
struct inode *inode = dentry->d_inode;
|
|
struct inode *inode = dentry->d_inode;
|
|
|
|
|
|
|
|
|
|
+ ino = autofs4_dentry_ino(dentry);
|
|
|
list_del_init(&ino->rehash);
|
|
list_del_init(&ino->rehash);
|
|
|
dget(dentry);
|
|
dget(dentry);
|
|
|
/*
|
|
/*
|