]> git.k1024.org Git - pyxattr.git/commit
Remove auto-detection of optimal buffer size
authorIustin Pop <iustin@k1024.org>
Sat, 5 Jun 2021 01:46:48 +0000 (03:46 +0200)
committerIustin Pop <iustin@k1024.org>
Sat, 5 Jun 2021 01:55:15 +0000 (03:55 +0200)
commitdfa085603d6e04b40d00de385040b58e78310ec5
treec7abca5826ebf2b9135d9a6ed88548c033ff9ea2
parentc757575db0203e31f73727c1897cb1996644b78f
Remove auto-detection of optimal buffer size

Since we don't pass zero anymore, this code is never called. Replace
it with 'zero means hardcoded initial value', since that hardcoded
value is what we were already passing, and change all the callers to
pass in zero (as 'auto-compute' again) instead, for simplicity.
xattr.c