patch-2.3.6 linux/fs/nfsd/export.c
Next file: linux/fs/nfsd/nfsfh.c
Previous file: linux/fs/nfs/write.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jun 8 10:47:58 1999
- Orig file:
v2.3.5/linux/fs/nfsd/export.c
- Orig date:
Fri May 14 18:55:26 1999
diff -u --recursive --new-file v2.3.5/linux/fs/nfsd/export.c linux/fs/nfsd/export.c
@@ -168,9 +168,8 @@
}
} while (NULL != (exp = exp->ex_next));
} while (nfsd_parentdev(&xdev));
- if (xdentry == xdentry->d_parent) {
+ if (IS_ROOT(xdentry))
break;
- }
} while ((xdentry = xdentry->d_parent));
exp = NULL;
out:
@@ -204,7 +203,7 @@
#endif
goto out;
}
- if (ndentry == ndentry->d_parent)
+ if (IS_ROOT(ndentry))
break;
}
} while (NULL != (exp = exp->ex_next));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)