diff options
Diffstat (limited to 'libglusterfs/src/fd.h')
| -rw-r--r-- | libglusterfs/src/fd.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/libglusterfs/src/fd.h b/libglusterfs/src/fd.h index b4bb1211847..efe02e8876b 100644 --- a/libglusterfs/src/fd.h +++ b/libglusterfs/src/fd.h @@ -69,11 +69,10 @@ typedef struct _fdtable fdtable_t;  /* Signifies no more entries in the fd table. */  #define GF_FDTABLE_END  -1 -/* The value us the same as GF_FDTABLE_END but the - * purpose is different here. This is used to invalidated +/* This is used to invalidated   * the next_free value in an fdentry that has been allocated   */ -#define GF_FDENTRY_ALLOCATED    -1 +#define GF_FDENTRY_ALLOCATED    -2  #include "logging.h"  #include "xlator.h"  | 
