|
@@ -87,7 +87,7 @@ xfs_attr_shortform_list(xfs_attr_list_context_t *context)
|
|
|
*/
|
|
|
if (context->bufsize == 0 ||
|
|
|
(XFS_ISRESET_CURSOR(cursor) &&
|
|
|
- (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) {
|
|
|
+ (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) {
|
|
|
for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) {
|
|
|
context->put_listent(context,
|
|
|
sfe->flags,
|