bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 15/17] Change a EIO by a ENOSPC in case where not enough spac


From: Samuel Thibault
Subject: Re: [PATCH 15/17] Change a EIO by a ENOSPC in case where not enough space
Date: Sun, 23 Jan 2022 12:08:46 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Etienne Brateau, le dim. 23 janv. 2022 05:17:13 +0100, a ecrit:
> Return a ENOSPC to notify that not enough space is here after the
> xattr entry instead of returning an EIO.
> ---
>  ext2fs/xattr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ext2fs/xattr.c b/ext2fs/xattr.c
> index 45f7febe..7976eaa6 100644
> --- a/ext2fs/xattr.c
> +++ b/ext2fs/xattr.c
> @@ -789,7 +789,7 @@ ext2_set_xattr (struct node *np, const char *name, const 
> char *value,
>    /* 4 null bytes after xattr entry */
>    if (rest < 4)
>      {
> -      err = EIO;
> +      err = ENOSPC;
>        goto cleanup;
>      }
>  
> -- 
> 2.34.1
> 
> 

-- 
Samuel
<s> je la connaissais pas celle la : "make: Entering an unknown directory"
 -+- #ens-mim -+-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]