aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr.h b/fs/xfs/xfs_attr.h
index 41469434f413..3115dcc67236 100644
--- a/fs/xfs/xfs_attr.h
+++ b/fs/xfs/xfs_attr.h
@@ -126,7 +126,7 @@ typedef struct xfs_attr_list_context {
126 struct attrlist_cursor_kern *cursor; /* position in list */ 126 struct attrlist_cursor_kern *cursor; /* position in list */
127 char *alist; /* output buffer */ 127 char *alist; /* output buffer */
128 int seen_enough; /* T/F: seen enough of list? */ 128 int seen_enough; /* T/F: seen enough of list? */
129 int count; /* num used entries */ 129 ssize_t count; /* num used entries */
130 int dupcnt; /* count dup hashvals seen */ 130 int dupcnt; /* count dup hashvals seen */
131 int bufsize; /* total buffer size */ 131 int bufsize; /* total buffer size */
132 int firstu; /* first used byte in buffer */ 132 int firstu; /* first used byte in buffer */