device.h: move 'struct driver' stuff out to device/driver.h
[sfrench/cifs-2.6.git] / include / linux / nfs_fs_sb.h
index 69e80cef5a814f184c1fd58a43308ebd3ecfda50..c176f705bf98f025d0e68596f30abdf75c41b790 100644 (file)
@@ -47,6 +47,7 @@ struct nfs_client {
 #define NFS_CS_TSM_POSSIBLE    5               /* - Maybe state migration */
 #define NFS_CS_NOPING          6               /* - don't ping on connect */
 #define NFS_CS_DS              7               /* - Server is a DS */
+#define NFS_CS_REUSEPORT       8               /* - reuse src port on reconnect */
        struct sockaddr_storage cl_addr;        /* server identifier */
        size_t                  cl_addrlen;
        char *                  cl_hostname;    /* hostname of server */
@@ -278,5 +279,6 @@ struct nfs_server {
 #define NFS_CAP_COPY           (1U << 24)
 #define NFS_CAP_OFFLOAD_CANCEL (1U << 25)
 #define NFS_CAP_LAYOUTERROR    (1U << 26)
+#define NFS_CAP_COPY_NOTIFY    (1U << 27)
 
 #endif