X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fautofs4%2Fexpire.c;h=a7be57e39be78791930c2dc362507d53e9ec6174;hb=c312442fe3ce9561137910db35ad1409d67dbac6;hp=394e90b02c5e60783b828a2d39d7698806505930;hpb=26b7a54a35cbb2c1b980b339cc1d600edd5f153d;p=deliverable%2Flinux.git diff --git a/fs/autofs4/expire.c b/fs/autofs4/expire.c index 394e90b02c5e..a7be57e39be7 100644 --- a/fs/autofs4/expire.c +++ b/fs/autofs4/expire.c @@ -333,7 +333,6 @@ struct dentry *autofs4_expire_direct(struct super_block *sb, if (ino->flags & AUTOFS_INF_PENDING) goto out; if (!autofs4_direct_busy(mnt, root, timeout, do_now)) { - struct autofs_info *ino = autofs4_dentry_ino(root); ino->flags |= AUTOFS_INF_EXPIRING; init_completion(&ino->expire_complete); spin_unlock(&sbi->fs_lock);