diff options
Diffstat (limited to 'xlators/protocol/server/src/server.h')
| -rw-r--r-- | xlators/protocol/server/src/server.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/protocol/server/src/server.h b/xlators/protocol/server/src/server.h index 807b87a3578..17de0e8d50d 100644 --- a/xlators/protocol/server/src/server.h +++ b/xlators/protocol/server/src/server.h @@ -114,17 +114,12 @@ typedef enum {  struct resolve_comp {          char      *basename; -        ino_t      ino; -        uint64_t   gen;          inode_t   *inode;  };  typedef struct {          server_resolve_type_t  type;          uint64_t               fd_no; -        ino_t                  ino; -        uint64_t               gen; -        ino_t                  par;          u_char                 gfid[16];          u_char                 pargfid[16];          char                  *path;  | 
