patch-2.3.99-pre1 linux/fs/ufs/dir.c
Next file: linux/fs/ufs/super.c
Previous file: linux/fs/udf/super.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Mar 13 10:23:36 2000
- Orig file:
v2.3.51/linux/fs/ufs/dir.c
- Orig date:
Sat Feb 26 22:31:54 2000
diff -u --recursive --new-file v2.3.51/linux/fs/ufs/dir.c linux/fs/ufs/dir.c
@@ -121,7 +121,7 @@
* version stamp to detect whether or
* not the directory has been modified
* during the copy operation. */
- unsigned long version = inode->i_version;
+ unsigned long version = filp->f_version;
UFSD(("filldir(%s,%u)\n", de->d_name, SWAB32(de->d_ino)))
UFSD(("namlen %u\n", ufs_get_de_namlen(de)))
@@ -129,7 +129,7 @@
filp->f_pos, SWAB32(de->d_ino));
if (error)
break;
- if (version != inode->i_version)
+ if (version != filp->f_version)
goto revalidate;
stored ++;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)