ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.
[cascardo/linux.git] / fs / autofs4 / root.c
index 48e056e..cb1bd38 100644 (file)
@@ -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;