patch-2.2.18 linux/include/linux/dcache.h
Next file: linux/include/linux/delay.h
Previous file: linux/include/linux/cpia.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Oct 15 21:15:17 2000
- Orig file:
v2.2.17/include/linux/dcache.h
- Orig date:
Fri Apr 21 12:46:59 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/dcache.h linux/include/linux/dcache.h
@@ -100,6 +100,12 @@
* renamed" and has to be
* deleted on the last dput()
*/
+#define DCACHE_NFSD_DISCONNECTED 0x0004 /* This dentry is not currently connected to the
+ * dcache tree. Its parent will either be itself,
+ * or will have this flag as well.
+ * If this dentry points to a directory, then
+ * s_nfsd_free_path semaphore will be down
+ */
/*
* d_drop() unhashes the entry from the parent
@@ -151,7 +157,7 @@
/* test whether root is busy without destroying dcache */
extern int is_root_busy(struct dentry *);
-/* test whether we have any submounts in a subdir tree */
+/* test whether we have any submounts */
extern int have_submounts(struct dentry *);
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)