]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sunrpc/svc_xprt.h
sunrpc: don't call sleeping functions from the notifier block callbacks
[karo-tx-linux.git] / include / linux / sunrpc / svc_xprt.h
index e5d19344037491651c6c80f6b310842ee5715126..7440290f64acd3694dfc5c17618c55f6253aae01 100644 (file)
@@ -66,6 +66,7 @@ struct svc_xprt {
 #define XPT_LISTENER   10              /* listening endpoint */
 #define XPT_CACHE_AUTH 11              /* cache auth info */
 #define XPT_LOCAL      12              /* connection from loopback interface */
+#define XPT_KILL_TEMP   13             /* call xpo_kill_temp_xprt before closing */
 
        struct svc_serv         *xpt_server;    /* service for transport */
        atomic_t                xpt_reserved;   /* space on outq that is rsvd */