nfsd4: remove HAS_SESSION
[firefly-linux-kernel-4.4.55.git] / fs / nfsd / xdr4.h
index d2a8d04428c749d7a4aee144668a06fd88e4db32..663193b21a2403a767196bfde0051e8955511dbb 100644 (file)
@@ -351,7 +351,7 @@ struct nfsd4_saved_compoundargs {
 
 struct nfsd4_test_stateid {
        __be32          ts_num_ids;
-       __be32          ts_has_session;
+       bool            ts_has_session;
        struct nfsd4_compoundargs *ts_saved_args;
        struct nfsd4_saved_compoundargs ts_savedp;
 };