patch-2.4.5 linux/include/linux/smb.h
Next file: linux/include/linux/smb_fs.h
Previous file: linux/include/linux/skbuff.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri May 25 18:01:26 2001
- Orig file:
v2.4.4/linux/include/linux/smb.h
- Orig date:
Fri Apr 27 15:48:20 2001
diff -u --recursive --new-file v2.4.4/linux/include/linux/smb.h linux/include/linux/smb.h
@@ -94,21 +94,14 @@
};
enum smb_conn_state {
- CONN_VALID, /* everything's fine */
- CONN_INVALID, /* Something went wrong, but did not
- try to reconnect yet. */
- CONN_RETRIED /* Tried a reconnection, but was refused */
+ CONN_VALID, /* everything's fine */
+ CONN_INVALID, /* Something went wrong, but did not
+ try to reconnect yet. */
+ CONN_RETRIED, /* Tried a reconnection, but was refused */
+ CONN_RETRYING /* Currently trying to reconnect */
};
-/*
- * The readdir cache size controls how many directory entries are cached.
- */
-#define SMB_READDIR_CACHE_SIZE 64
-
#define SMB_SUPER_MAGIC 0x517B
-
-#define SMB_SERVER(inode) (&(inode->i_sb->u.smbfs_sb))
-#define SMB_INOP(inode) (&(inode->u.smbfs_i))
#define SMB_HEADER_LEN 37 /* includes everything up to, but not
* including smb_bcc */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)