net: phy: dp83848: add dp83822 PHY support
[cascardo/linux.git] / fs / xfs / xfs_xattr.c
index ea62245..6290093 100644 (file)
@@ -147,6 +147,7 @@ __xfs_xattr_put_listent(
        arraytop = context->count + prefix_len + namelen + 1;
        if (arraytop > context->firstu) {
                context->count = -1;    /* insufficient space */
+               context->seen_enough = 1;
                return 0;
        }
        offset = (char *)context->alist + context->count;