Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7aeda40 authored by Dean Hildebrand's avatar Dean Hildebrand Committed by J. Bruce Fields
Browse files

nfsd: add etoosmall to nfserrno

parent 30fa8c01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -622,6 +622,7 @@ nfserrno (int errno)
		{ nfserr_badname, -ESRCH },
		{ nfserr_io, -ETXTBSY },
		{ nfserr_notsupp, -EOPNOTSUPP },
		{ nfserr_toosmall, -ETOOSMALL },
	};
	int	i;