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