autofs4: remove a redundant assignment
[deliverable/linux.git] / fs / autofs4 / expire.c
index 394e90b02c5e60783b828a2d39d7698806505930..a7be57e39be78791930c2dc362507d53e9ec6174 100644 (file)
@@ -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);
This page took 0.024377 seconds and 5 git commands to generate.