NFS: Allow signal interruption of NFS4ERR_DELAYed operations
[linux-2.6-microblaze.git] / fs / nfs / nfs4_fs.h
index 06ac3d9..8a38a25 100644 (file)
@@ -206,6 +206,7 @@ struct nfs4_exception {
        unsigned char delay : 1,
                      recovering : 1,
                      retry : 1;
+       bool interruptible;
 };
 
 struct nfs4_state_recovery_ops {