errno.h: remove "NFS" from descriptions in comments
authorEric Sandeen <sandeen@redhat.com>
Tue, 12 Nov 2013 23:08:40 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:12 +0000 (12:09 +0900)
glibc recently changed the error string for ESTALE to remove "NFS" -

https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=96945714ec61951cc748da2b4b8a80cf02127ee9

from: [ERR_REMAP (ESTALE)] = N_("Stale NFS file handle"),
to:   [ERR_REMAP (ESTALE)] = N_("Stale file handle"),

And some have expressed concern that the kernel's errno.h
comments still refer to NFS.

So make that change... note that this is a comment-only change,
and has no functional difference.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/uapi/asm/errno.h
arch/mips/include/uapi/asm/errno.h
arch/parisc/include/uapi/asm/errno.h
arch/sparc/include/uapi/asm/errno.h
drivers/staging/lustre/lustre/include/lustre/lustre_errno.h
include/uapi/asm-generic/errno.h

index e5f29ca281800feb9f73237e458da4441bb19de4..17f92aa76b2f82cf312b28d009fa97cd3cdde837 100644 (file)
@@ -43,7 +43,7 @@
 
 #define        EUSERS          68      /* Too many users */
 #define        EDQUOT          69      /* Quota exceeded */
-#define        ESTALE          70      /* Stale NFS file handle */
+#define        ESTALE          70      /* Stale file handle */
 #define        EREMOTE         71      /* Object is remote */
 
 #define        ENOLCK          77      /* No record locks available */
index 31575e2fd1bdfe7f0a4228ada72f49515631faf3..02d645d7aa9a0ed9a49e40dadd70542ffef95ffa 100644 (file)
 #define EWOULDBLOCK    EAGAIN  /* Operation would block */
 #define EALREADY       149     /* Operation already in progress */
 #define EINPROGRESS    150     /* Operation now in progress */
-#define ESTALE         151     /* Stale NFS file handle */
+#define ESTALE         151     /* Stale file handle */
 #define ECANCELED      158     /* AIO operation canceled */
 
 /*
index 135ad6047e51e0733347ef7a3cfda3dfe9b0a9f7..f3a8aa554841c17a01af0625372c9e1838970979 100644 (file)
@@ -37,7 +37,7 @@
 #define        EBADMSG         67      /* Not a data message */
 #define        EUSERS          68      /* Too many users */
 #define        EDQUOT          69      /* Quota exceeded */
-#define        ESTALE          70      /* Stale NFS file handle */
+#define        ESTALE          70      /* Stale file handle */
 #define        EREMOTE         71      /* Object is remote */
 #define        EOVERFLOW       72      /* Value too large for defined data type */
 
index c351aba997b7d377f4a1591e8abf0821b9540e51..20423e17285342d40c21796c9baafac5eb1f68b4 100644 (file)
@@ -40,7 +40,7 @@
 #define EPROCLIM        67      /* SUNOS: Too many processes */
 #define        EUSERS          68      /* Too many users */
 #define        EDQUOT          69      /* Quota exceeded */
-#define        ESTALE          70      /* Stale NFS file handle */
+#define        ESTALE          70      /* Stale file handle */
 #define        EREMOTE         71      /* Object is remote */
 #define        ENOSTR          72      /* Device not a stream */
 #define        ETIME           73      /* Timer expired */
index 2870487dd2865ded03738624ec96c094c8623891..35aefa2cdad1797c4ae9f3cf0400fcd1ab59da1a 100644 (file)
 #define LUSTRE_EHOSTUNREACH    113     /* No route to host */
 #define LUSTRE_EALREADY                114     /* Operation already in progress */
 #define LUSTRE_EINPROGRESS     115     /* Operation now in progress */
-#define LUSTRE_ESTALE          116     /* Stale NFS file handle */
+#define LUSTRE_ESTALE          116     /* Stale file handle */
 #define LUSTRE_EUCLEAN         117     /* Structure needs cleaning */
 #define LUSTRE_ENOTNAM         118     /* Not a XENIX named type file */
 #define LUSTRE_ENAVAIL         119     /* No XENIX semaphores available */
index a1331ce5044584eb1266546ae9b79d1e87e26b16..1e1ea6e6e7a55b63d9b492b8676e7aaa3f17e1ff 100644 (file)
@@ -86,7 +86,7 @@
 #define        EHOSTUNREACH    113     /* No route to host */
 #define        EALREADY        114     /* Operation already in progress */
 #define        EINPROGRESS     115     /* Operation now in progress */
-#define        ESTALE          116     /* Stale NFS file handle */
+#define        ESTALE          116     /* Stale file handle */
 #define        EUCLEAN         117     /* Structure needs cleaning */
 #define        ENOTNAM         118     /* Not a XENIX named type file */
 #define        ENAVAIL         119     /* No XENIX semaphores available */