patch-2.1.52 linux/include/linux/smb_mount.h

Next file: linux/kernel/exit.c
Previous file: linux/include/linux/smb_fs_sb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.51/linux/include/linux/smb_mount.h linux/include/linux/smb_mount.h
@@ -2,6 +2,7 @@
  *  smb_mount.h
  *
  *  Copyright (C) 1995, 1996 by Paal-Kr. Engstad and Volker Lendecke
+ *  Copyright (C) 1997 by Volker Lendecke
  *
  */
 
@@ -9,26 +10,12 @@
 #define _LINUX_SMB_MOUNT_H
 
 #include <linux/types.h>
-#include <linux/in.h>
 
-#define SMB_MOUNT_VERSION 5
+#define SMB_MOUNT_VERSION 6
 
 struct smb_mount_data {
 	int version;
-	unsigned int fd;
         uid_t mounted_uid;      /* Who may umount() this filesystem? */
-	struct sockaddr_in addr;
-
-	char server_name[17];
-        char client_name[17];
-	char service[64];
-        char root_path[64];
-
-        char username[64];
-	char password[64];
-	char domain[64];
-
-	unsigned short max_xmit;
 
         uid_t uid;
         gid_t gid;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov