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