aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nfs
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2019-12-26 21:06:34 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2019-12-26 21:06:34 +0000
commit57fd4aa7e45289cd8199a8a82ac1a10de8302949 (patch)
tree13bc1d50a89c78cc15d05112e84b682dbcdd6a07 /sys/fs/nfs
parent13d700adec29fab9c4d26d520f045e21343cceb4 (diff)
downloadsrc-57fd4aa7e45289cd8199a8a82ac1a10de8302949.tar.gz
src-57fd4aa7e45289cd8199a8a82ac1a10de8302949.zip
Change NFSv4.1 and NFSv4.2 error strings to start with lower case letter.
r356084 added error strings for NFSv4.1 and NFSv4.2, with the first character capitalized. Since the other error strings were not capitalized and these strings would usually be imbedded in an error, I decided to make the first characters lower cased. No real effect but more consistent.
Notes
Notes: svn path=/head/; revision=356099
Diffstat (limited to 'sys/fs/nfs')
-rw-r--r--sys/fs/nfs/nfsv4_errstr.h92
1 files changed, 46 insertions, 46 deletions
diff --git a/sys/fs/nfs/nfsv4_errstr.h b/sys/fs/nfs/nfsv4_errstr.h
index 89dcafc63d7f..bd0c5bb9ac31 100644
--- a/sys/fs/nfs/nfsv4_errstr.h
+++ b/sys/fs/nfs/nfsv4_errstr.h
@@ -85,54 +85,54 @@ static const char *nfsv4_errstr[NFSERR_XATTR2BIG - 10000] = {
"open file blocks op",
"lockowner state revoked",
"callback path down"
- "Bad IO mode",
- "Bad layout",
- "Bad session digest",
- "Bad session",
- "Bad slot",
- "Complete already",
- "Not bound to session",
- "Delegation already wanted",
- "Back channel busy",
- "Layout try later",
- "Layout unavailable",
- "No matching layout",
- "Recall conflict",
- "Unknown layout type",
- "Sequence misordered",
- "Sequence position",
- "Request too big",
- "Reply too big",
- "Reply too big to cache",
- "Retry uncached reply",
- "Unsafe compound",
- "Too many operations",
- "Operation not in session",
- "Hash algorithm unsupported",
- "Unknown error",
- "ClientID busy",
+ "bad IO mode",
+ "bad layout",
+ "bad session digest",
+ "bad session",
+ "bad slot",
+ "complete already",
+ "not bound to session",
+ "delegation already wanted",
+ "back channel busy",
+ "layout try later",
+ "layout unavailable",
+ "no matching layout",
+ "recall conflict",
+ "unknown layout type",
+ "sequence misordered",
+ "sequence position",
+ "request too big",
+ "reply too big",
+ "reply too big to cache",
+ "retry uncached reply",
+ "unsafe compound",
+ "too many operations",
+ "operation not in session",
+ "hash algorithm unsupported",
+ "unknown error",
+ "clientID busy",
"pNFS IO hole",
- "Sequence false retry",
- "Bad high slot",
- "Dead session",
- "Encrypt algorithm unsupported",
+ "sequence false retry",
+ "bad high slot",
+ "dead session",
+ "encrypt algorithm unsupported",
"pNFS no layout",
- "Not only operation",
- "Wrong credential",
- "Wrong type",
- "Directory delegation unavailable",
- "Reject delegation",
- "Return conflict",
- "Delegation revoked",
- "Partner not supported",
- "Partner no auth",
- "Union not supported",
- "Offload denied",
- "Wrong LFS",
- "Bad label",
- "Offload no request",
- "No extended attribute",
- "Extended attribute too big",
+ "not only operation",
+ "wrong credential",
+ "wrong type",
+ "directory delegation unavailable",
+ "reject delegation",
+ "return conflict",
+ "delegation revoked",
+ "partner not supported",
+ "partner no auth",
+ "union not supported",
+ "offload denied",
+ "wrong LFS",
+ "bad label",
+ "offload no request",
+ "no extended attribute",
+ "extended attribute too big",
};
/*