From 4e7f559874df9fe8dc17ceec89fa5087d011a363 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 14 Mar 2026 17:14:10 -0400 Subject: authfs: implement Rstat --- back/cmd/authfs/err.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'back/cmd/authfs/err.go') diff --git a/back/cmd/authfs/err.go b/back/cmd/authfs/err.go index 7c2b192..a1e62f8 100644 --- a/back/cmd/authfs/err.go +++ b/back/cmd/authfs/err.go @@ -8,7 +8,7 @@ var ( ErrFidNotExist = errors.New("fid does not exist") ErrFileExist = errors.New("file already exists") ErrFileNotExist = errors.New("file does not exist") - ErrNewFidExist = errors.New("newfid already exists") + ErrNewfidExist = errors.New("newfid already exists") ErrPerm = errors.New("permission denied") ErrWalkNonDir = errors.New("cannot walk in non-directory") ) -- cgit v1.2.3