K 10 svn:author V 7 asomers K 8 svn:date V 27 2020-03-22T02:56:03.634361Z K 7 svn:log V 627 MFC r356809: setextattr: Increase stdin buffer size to 4096 Extended attribute values can potentially be quite large. One test for ZFS is supposed to set a 200MB xattr. However, the buffer size for reading values from stdin with setextattr -i is so small that the test times out waiting for tiny chunks of data to be buffered and appended to an sbuf. Increasing the buffer size should help alleviate some of the burden of reallocating larger sbufs when writing large extended attributes. Submitted by: Ryan Moeller Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D23211 END