From: Gao Xiang <hsiangkao@linux.alibaba.com>
To: Danny Lin <danny@orbstack.dev>, linux-erofs@lists.ozlabs.org
Subject: Re: [PATCH] erofs-utils: lib: fix compressed packed inodes
Date: Mon, 23 Sep 2024 11:03:37 +0800 [thread overview]
Message-ID: <2ada73ab-66c2-437c-bbc2-fd07cb42c265@linux.alibaba.com> (raw)
In-Reply-To: <63307dbc-da27-42e6-86fb-ed446f04ede5@linux.alibaba.com>
Hi Danny,
On 2024/9/23 08:08, Gao Xiang wrote:
> Hi Danny,
>
> Thanks for the patch!
> Sorry I somewhat missed the previous email..
>
> On 2024/9/22 13:08, Danny Lin wrote:
>> Gentle bump — let me know if anything needs to be changed!
>
> Does the following change resolve the issue too?
>
> Also I think it
> Fixes: 2fdbd28ad4a3 ("erofs-utils: lib: fix uncompressed packed inode")
>
> @@ -1927,7 +1926,7 @@ struct erofs_inode *erofs_mkfs_build_special_from_fd(struct erofs_sb_info *sbi,
>
> DBG_BUGON(!ictx);
> ret = erofs_write_compressed_file(ictx);
> - if (ret && ret != -ENOSPC)
> + if (ret != -ENOSPC)
> return ERR_PTR(ret);
>
> ret = lseek(fd, 0, SEEK_SET);
Add some more words, I'm on releasing erofs-utils 1.8.2
this week.
So if the diff above also fixes the issue, could you
submit a patch for this so I could merge in time?
Thanks,
Gsao Xiang
>
> Thanks,
> Gao Xiang
>
>>
>> Thanks,
>> Danny
next prev parent reply other threads:[~2024-09-23 3:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 7:38 [PATCH] erofs-utils: lib: fix compressed packed inodes Danny Lin via Linux-erofs
2024-09-22 5:08 ` Danny Lin via Linux-erofs
2024-09-23 0:08 ` Gao Xiang
2024-09-23 3:03 ` Gao Xiang [this message]
2024-09-23 4:30 ` Danny Lin via Linux-erofs
2024-09-23 4:36 ` Danny Lin via Linux-erofs
2024-09-23 5:02 ` Gao Xiang
2024-09-23 5:17 ` [PATCH v2] " danny--- via Linux-erofs
2024-09-23 5:32 ` Gao Xiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2ada73ab-66c2-437c-bbc2-fd07cb42c265@linux.alibaba.com \
--to=hsiangkao@linux.alibaba.com \
--cc=danny@orbstack.dev \
--cc=linux-erofs@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.