search for: euclean

Displaying 4 results from an estimated 4 matches for "euclean".

2012 Feb 09
3
[PATCH] Btrfs: return EUCLEAN rather than ENXIO once internal error has occurred for SEEK_DATA/SEEK_HOLE inquiry
...ase of internal issue too if btrfs_get_extent_fiemap() failed due to other issues. This will confuse the user applications to be expecting ENXIO when trying to find a specific data or hole location once it has occurred. Thanks Dave for pointing that out in XFS thread. This patch fix it to return EUCLEAN, or maybe another particular errno is more reasonable in Btrfs to indicate this fatal error? Thanks, -Jeff Cc: david@fromorbit.com Signed-off-by: Jie Liu <jeff.liu@oracle.com> --- fs/btrfs/file.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/file.c...
2012 Feb 26
1
"Structure needs cleaning" error
Hi, We have recently upgraded our gluster to 3.2.5 and have encountered the following error. Gluster seems somehow confused about one of the files it should be serving up, specifically /projects/philex/PE/2010/Oct18/arch07/BalbacFull_250_200_03Mar_3.png If I go to that directory and simply do an ls *.png I get ls: BalbacFull_250_200_03Mar_3.png: Structure needs cleaning (along with a listing
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ection refused" EHOSTDOWN (112) => "Host is down" EHOSTUNREACH (113) => "No route to host" EALREADY (114) => "Operation already in progress" EINPROGRESS (115) => "Operation now in progress" ESTALE (116) => "Stale NFS file handle" EUCLEAN (117) => "Structure needs cleaning" ENOTNAM (118) => "Not a XENIX named type file" ENAVAIL (119) => "No XENIX semaphores available" EISNAM (120) => "Is a named type file" EREMOTEIO (121) => "Remote I/O error" EDQUOT (122) => "...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux