patch-1.3.87 linux/include/linux/nfs_fs_i.h

Next file: linux/include/linux/pagemap.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.86/linux/include/linux/nfs_fs_i.h linux/include/linux/nfs_fs_i.h
@@ -22,6 +22,12 @@
 	 */
 	unsigned long read_cache_jiffies;
 	unsigned long read_cache_mtime;
+	/*
+	 * This is to support the clandestine rename on unlink.
+	 * Instead of the directory inode, we might as well keep its
+	 * NFS FH, but that requires a kmalloc.
+	 */
+	struct inode *silly_rename_dir;
 };
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this