From 6ffcd88742cdc6761d016c3088ef6f653358f199 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Wed, 12 Oct 2011 16:58:21 -0400 Subject: [PATCH] --- yaml --- r: 267190 b: refs/heads/master c: 3557e43b8f78e5c2347bab31626fdb4d09220ae7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nfsd/state.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a6711870c333..0113f0f8aa7d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a50d2ad1721c0c785e9a74c0003ca044de6868a5 +refs/heads/master: 3557e43b8f78e5c2347bab31626fdb4d09220ae7 diff --git a/trunk/fs/nfsd/state.h b/trunk/fs/nfsd/state.h index aa14f06af2df..87eecfd9b968 100644 --- a/trunk/fs/nfsd/state.h +++ b/trunk/fs/nfsd/state.h @@ -335,13 +335,13 @@ struct nfs4_replay { struct nfs4_stateowner { struct list_head so_strhash; /* hash by op_name */ struct list_head so_stateids; - int so_is_open_owner; /* 1=openowner,0=lockowner */ struct nfs4_client * so_client; /* after increment in ENCODE_SEQID_OP_TAIL, represents the next * sequence id expected from the client: */ u32 so_seqid; struct xdr_netobj so_owner; /* open owner name */ struct nfs4_replay so_replay; + bool so_is_open_owner; }; struct nfs4_openowner {