diff options
Diffstat (limited to 'xlators/protocol/server/src/server-protocol.h')
| -rw-r--r-- | xlators/protocol/server/src/server-protocol.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h index dabe6927b85..2f88b63464b 100644 --- a/xlators/protocol/server/src/server-protocol.h +++ b/xlators/protocol/server/src/server-protocol.h @@ -121,8 +121,6 @@ struct _server_state {  	off_t             offset;  	mode_t            mode;  	dev_t             dev; -	uid_t             uid; -	gid_t             gid;  	size_t            nr_count;  	int               cmd;  	int               type; @@ -142,7 +140,6 @@ struct _server_state {  	char              is_revalidate;  	dict_t           *xattr_req;  	struct flock      flock; -	struct timespec   tv[2];  	char             *resolved;          const char       *volume;  };  | 
