OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-532-g60425f1
Gerrit Code Review
gerrit@openafs.org
Wed, 9 Oct 2024 18:37:01 -0400
The following commit has been merged in the master branch:
commit 60425f1e8fbb34100711ff293ea89e5b9d6cc9c8
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Mon Aug 16 14:24:38 2021 -0400
vos: Get stdin and stdout block sizes with USD_IOCTL()
Use the USD_IOCTL() function to get the block size when writing to
stdout or reading from stdin, as well as regular files.
This makes the code more consistent and eliminates the need to pass the
block size to the ReceiveFile() and SendFile() functions.
Change-Id: If45e93530ded3edc8673370cd88f18228bc21827
Reviewed-on: https://gerrit.openafs.org/14757
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/volser/vos.c | 62 +++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository