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

2022-01-23 Thread Samuel Thibault
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/x

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

2022-01-22 Thread Etienne Brateau
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.