NFSv4.1: Deal effectively with interrupted RPC calls.
[firefly-linux-kernel-4.4.55.git] / fs / nfs / nfs4session.h
index d17b08091d4b809daf4325a9b80263d932586956..6f3cb39386d4e400d509e6526924fa0b5233ed74 100644 (file)
@@ -21,6 +21,7 @@ struct nfs4_slot {
        unsigned long           generation;
        u32                     slot_nr;
        u32                     seq_nr;
+       unsigned int            interrupted : 1;
 };
 
 /* Sessions */