]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_attr.h
[XFS] Fix returning case-preserved name with CI node form directories
[linux-2.6] / fs / xfs / xfs_attr.h
index 41469434f413047a22e3e41d8921d727da80518f..3115dcc67236cd459ffbbbafdc6f345d1801e512 100644 (file)
@@ -126,7 +126,7 @@ typedef struct xfs_attr_list_context {
        struct attrlist_cursor_kern     *cursor;        /* position in list */
        char                            *alist;         /* output buffer */
        int                             seen_enough;    /* T/F: seen enough of list? */
-       int                             count;          /* num used entries */
+       ssize_t                         count;          /* num used entries */
        int                             dupcnt;         /* count dup hashvals seen */
        int                             bufsize;        /* total buffer size */
        int                             firstu;         /* first used byte in buffer */