patch-2.3.39 linux/include/linux/smb_fs.h
Next file: linux/include/linux/sysctl.h
Previous file: linux/include/linux/shm.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Mon Jan 10 18:31:26 2000
-  Orig file: 
v2.3.38/linux/include/linux/smb_fs.h
-  Orig date: 
Wed Aug 18 16:45:22 1999
diff -u --recursive --new-file v2.3.38/linux/include/linux/smb_fs.h linux/include/linux/smb_fs.h
@@ -17,6 +17,9 @@
 #define	SMB_IOC_GETMOUNTUID		_IOR('u', 1, __kernel_uid_t)
 #define SMB_IOC_NEWCONN                 _IOW('u', 2, struct smb_conn_opt)
 
+/* __kernel_uid_t can never change, so we have to use __kernel_uid32_t */
+#define	SMB_IOC_GETMOUNTUID32		_IOR('u', 3, __kernel_uid32_t)
+
 #ifdef __KERNEL__
 
 #include <asm/unaligned.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)