patch-2.3.6 linux/fs/umsdos/check.c
Next file: linux/include/asm-alpha/softirq.h
Previous file: linux/fs/ufs/super.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jun 8 10:47:58 1999
- Orig file:
v2.3.5/linux/fs/umsdos/check.c
- Orig date:
Fri Dec 18 07:09:36 1998
diff -u --recursive --new-file v2.3.5/linux/fs/umsdos/check.c linux/fs/umsdos/check.c
@@ -212,7 +212,7 @@
while (dentry && count < 10) {
check_dent_int (dentry, count++);
- if (dentry == dentry->d_parent) {
+ if (IS_ROOT(dentry)) {
printk (KERN_DEBUG "*** end checking dentry (root reached ok)\n");
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)