Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
[linux-2.6-microblaze.git] / include / linux / sunrpc / xprt.h
index 8742052..e64bd82 100644 (file)
@@ -205,7 +205,8 @@ struct rpc_xprt {
        unsigned int            min_reqs;       /* min number of slots */
        unsigned int            num_reqs;       /* total slots */
        unsigned long           state;          /* transport state */
-       unsigned char           resvport   : 1; /* use a reserved port */
+       unsigned char           resvport   : 1, /* use a reserved port */
+                               reuseport  : 1; /* reuse port on reconnect */
        atomic_t                swapper;        /* we're swapping over this
                                                   transport */
        unsigned int            bind_index;     /* bind function index */