From e5250f6e82787f6fae1ffa9cc4ef8ac8ab9cd558 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 10 Aug 2010 18:02:04 -0700 Subject: [PATCH] --- yaml --- r: 208452 b: refs/heads/master c: 5fc79d85d2ab7ce144bc75e06cab58126249afbb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/autofs4/root.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;