diff --git a/[refs] b/[refs] index 719ac9ce6f91..b50ac9e8098c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 89596f20bb5f0f32c37abd337d995080e04519c8 +refs/heads/master: 5fc79d85d2ab7ce144bc75e06cab58126249afbb diff --git a/trunk/fs/autofs4/root.c b/trunk/fs/autofs4/root.c index 48e056e70fd6..cb1bd38dc08c 100644 --- a/trunk/fs/autofs4/root.c +++ b/trunk/fs/autofs4/root.c @@ -204,8 +204,7 @@ static int try_to_fill_dentry(struct dentry *dentry, int flags) } /* Initialize expiry counter after successful mount */ - if (ino) - ino->last_used = jiffies; + ino->last_used = jiffies; spin_lock(&sbi->fs_lock); ino->flags &= ~AUTOFS_INF_PENDING;