patch-2.4.0-test3 linux/include/linux/ncp_fs_i.h

Next file: linux/include/linux/ncp_fs_sb.h
Previous file: linux/include/linux/mtd/pmc551.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/include/linux/ncp_fs_i.h linux/include/linux/ncp_fs_i.h
@@ -19,7 +19,8 @@
 	__u32	DosDirNum __attribute__((packed));
 	__u32	volNumber __attribute__((packed));
 	__u32	nwattr;
-	int	opened;
+	struct semaphore open_sem;
+	atomic_t	opened;
 	int	access;
 	__u32	server_file_handle __attribute__((packed));
 	__u8	open_create_action __attribute__((packed));

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)