aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/xdr4.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-08-22 10:07:12 -0400
committerJ. Bruce Fields <bfields@redhat.com>2011-08-27 14:21:25 -0400
commit28dde241cc65c9464b7627d9a9ed3a66e4df2586 (patch)
tree04493c82150823594091393b52db2153286fe6b0 /fs/nfsd/xdr4.h
parentff194bd95959ea9047d536b4f4ad6a992754e48d (diff)
nfsd4: remove HAS_SESSION
This flag doesn't really buy us anything. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r--fs/nfsd/xdr4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h
index d2a8d04428c..663193b21a2 100644
--- a/fs/nfsd/xdr4.h
+++ b/fs/nfsd/xdr4.h
@@ -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;
};