29e444
commit 96945714ec61951cc748da2b4b8a80cf02127ee9
29e444
Author: Jeff Law <law@redhat.com>
29e444
Date:   Thu May 23 13:28:00 2013 -0600
29e444
29e444
           [BZ #14256]
29e444
            * manual/errno.texi (ESTALE): Update to account for more than
29e444
            just NFS file systems.
29e444
            * sysdeps/gnu/errlist.c: Regenerated.
29e444
12745e
diff --git glibc-2.17-c758a686/manual/errno.texi glibc-2.17-c758a686/manual/errno.texi
29e444
index 2a3c004..6c9fa86 100644
12745e
--- glibc-2.17-c758a686/manual/errno.texi
12745e
+++ glibc-2.17-c758a686/manual/errno.texi
29e444
@@ -739,13 +739,14 @@ The user's disk quota was exceeded.
29e444
 @end deftypevr
29e444
 
29e444
 @comment errno.h
29e444
-@comment BSD: Stale NFS file handle
29e444
+@comment BSD: Stale file handle
29e444
 @deftypevr Macro int ESTALE
29e444
 @comment errno 70 @c DO NOT REMOVE
29e444
-Stale NFS file handle.  This indicates an internal confusion in the NFS
29e444
-system which is due to file system rearrangements on the server host.
29e444
-Repairing this condition usually requires unmounting and remounting
29e444
-the NFS file system on the local host.
29e444
+Stale file handle.  This indicates an internal confusion in the
29e444
+file system which is due to file system rearrangements on the server host
29e444
+for NFS file systems or corruption in other file systems.
29e444
+Repairing this condition usually requires unmounting, possibly repairing
29e444
+and remounting the file system.
29e444
 @end deftypevr
29e444
 
29e444
 @comment errno.h
12745e
diff --git glibc-2.17-c758a686/sysdeps/gnu/errlist.c glibc-2.17-c758a686/sysdeps/gnu/errlist.c
29e444
index e3d2faf..bbd45f2 100644
12745e
--- glibc-2.17-c758a686/sysdeps/gnu/errlist.c
12745e
+++ glibc-2.17-c758a686/sysdeps/gnu/errlist.c
29e444
@@ -780,11 +780,12 @@ TRANS The user's disk quota was exceeded. */
29e444
 #endif
29e444
 #ifdef ESTALE
29e444
 /*
29e444
-TRANS Stale NFS file handle.  This indicates an internal confusion in the NFS
29e444
-TRANS system which is due to file system rearrangements on the server host.
29e444
-TRANS Repairing this condition usually requires unmounting and remounting
29e444
-TRANS the NFS file system on the local host. */
29e444
-    [ERR_REMAP (ESTALE)] = N_("Stale NFS file handle"),
29e444
+TRANS Stale file handle.  This indicates an internal confusion in the
29e444
+TRANS file system which is due to file system rearrangements on the server host
29e444
+TRANS for NFS file systems or corruption in other file systems.
29e444
+TRANS Repairing this condition usually requires unmounting, possibly repairing
29e444
+TRANS and remounting the file system. */
29e444
+    [ERR_REMAP (ESTALE)] = N_("Stale file handle"),
29e444
 # if ESTALE > ERR_MAX
29e444
 # undef ERR_MAX
29e444
 # define ERR_MAX ESTALE