patch-2.4.0-test9 linux/fs/nfsd/nfsfh.c
Next file: linux/fs/nfsd/nfssvc.c
Previous file: linux/fs/nfsd/nfsctl.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Sep 27 13:54:30 2000
- Orig file:
v2.4.0-test8/linux/fs/nfsd/nfsfh.c
- Orig date:
Fri Aug 11 14:29:02 2000
diff -u --recursive --new-file v2.4.0-test8/linux/fs/nfsd/nfsfh.c linux/fs/nfsd/nfsfh.c
@@ -405,7 +405,7 @@
|| !S_ISDIR(dentry->d_inode->i_mode)) {
goto err_dentry;
}
- if ((!dentry->d_flags & DCACHE_NFSD_DISCONNECTED))
+ if (!(dentry->d_flags & DCACHE_NFSD_DISCONNECTED))
found = 1;
tmp = splice(result, dentry);
err = PTR_ERR(tmp);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)