patch-2.4.22 linux-2.4.22/fs/autofs4/root.c
Next file: linux-2.4.22/fs/bfs/dir.c
Previous file: linux-2.4.22/fs/Makefile.lib
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/fs/autofs4/root.c
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/fs/autofs4/root.c linux-2.4.22/fs/autofs4/root.c
@@ -148,7 +148,6 @@
{
struct inode * dir = dentry->d_parent->d_inode;
struct autofs_sb_info *sbi = autofs4_sbi(dir->i_sb);
- struct autofs_info *ino;
int oz_mode = autofs4_oz_mode(sbi);
/* Pending dentry */
@@ -163,8 +162,6 @@
if (dentry->d_inode == NULL)
return (dentry->d_time - jiffies <= AUTOFS_NEGATIVE_TIMEOUT);
- ino = autofs4_dentry_ino(dentry);
-
/* Check for a non-mountpoint directory with no contents */
spin_lock(&dcache_lock);
if (S_ISDIR(dentry->d_inode->i_mode) &&
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)