Page MenuHomeFreeBSD

setextattr: Increase stdin buffer size to 4096
ClosedPublic

Authored by freqlabs on Jan 16 2020, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 8:42 PM
Unknown Object (File)
Sat, Apr 27, 8:35 PM
Unknown Object (File)
Sat, Apr 27, 8:35 PM
Unknown Object (File)
Sat, Apr 27, 6:11 PM
Unknown Object (File)
Mar 12 2024, 4:31 AM
Unknown Object (File)
Mar 12 2024, 4:31 AM
Unknown Object (File)
Mar 12 2024, 4:31 AM
Unknown Object (File)
Mar 8 2024, 5:00 AM
Subscribers

Details

Summary

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.

Sponsored by: iXsystems, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable