On 9/25/19 4:33 PM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Convert all the per-thread variable functions away from the libc-style > indirect errno return to return error values directly to callers. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > libfrog/ptvar.c | 26 +++++++++++++++----------- > libfrog/ptvar.h | 8 ++++---- > scrub/counter.c | 13 ++++++++----- > scrub/phase7.c | 24 ++++++++++++++++-------- > scrub/read_verify.c | 16 +++++++++++----- > 5 files changed, 54 insertions(+), 33 deletions(-) > >