diff options
Diffstat (limited to 'fs/xfs/xfs_da_btree.h')
-rw-r--r-- | fs/xfs/xfs_da_btree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_da_btree.h b/fs/xfs/xfs_da_btree.h index 6fb3371c63cf..8cdc77b2e58d 100644 --- a/fs/xfs/xfs_da_btree.h +++ b/fs/xfs/xfs_da_btree.h | |||
@@ -176,6 +176,7 @@ enum xfs_dacmp { | |||
176 | typedef struct xfs_da_args { | 176 | typedef struct xfs_da_args { |
177 | const __uint8_t *name; /* string (maybe not NULL terminated) */ | 177 | const __uint8_t *name; /* string (maybe not NULL terminated) */ |
178 | int namelen; /* length of string (maybe no NULL) */ | 178 | int namelen; /* length of string (maybe no NULL) */ |
179 | __uint8_t filetype; /* filetype of inode for directories */ | ||
179 | __uint8_t *value; /* set of bytes (maybe contain NULLs) */ | 180 | __uint8_t *value; /* set of bytes (maybe contain NULLs) */ |
180 | int valuelen; /* length of value */ | 181 | int valuelen; /* length of value */ |
181 | int flags; /* argument flags (eg: ATTR_NOCREATE) */ | 182 | int flags; /* argument flags (eg: ATTR_NOCREATE) */ |