From 96945714ec61951cc748da2b4b8a80cf02127ee9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 23 May 2013 13:28:00 -0600 Subject: [BZ #14256] * manual/errno.texi (ESTALE): Update to account for more than just NFS file systems. * sysdeps/gnu/errlist.c: Regenerated. --- sysdeps/gnu/errlist.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sysdeps/gnu') diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index e3d2faf..bbd45f2 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -780,11 +780,12 @@ TRANS The user's disk quota was exceeded. */ #endif #ifdef ESTALE /* -TRANS Stale NFS file handle. This indicates an internal confusion in the NFS -TRANS system which is due to file system rearrangements on the server host. -TRANS Repairing this condition usually requires unmounting and remounting -TRANS the NFS file system on the local host. */ - [ERR_REMAP (ESTALE)] = N_("Stale NFS file handle"), +TRANS Stale file handle. This indicates an internal confusion in the +TRANS file system which is due to file system rearrangements on the server host +TRANS for NFS file systems or corruption in other file systems. +TRANS Repairing this condition usually requires unmounting, possibly repairing +TRANS and remounting the file system. */ + [ERR_REMAP (ESTALE)] = N_("Stale file handle"), # if ESTALE > ERR_MAX # undef ERR_MAX # define ERR_MAX ESTALE -- cgit v1.1