From: Eric Sandeen <sandeen@sandeen.net>
To: Aleksei Besogonov <cyberax@amazon.com>,
linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
darrick.wong@oracle.com
Subject: Re: [PATCH 0/2] RFC: iomap-based swapfile activation
Date: Tue, 1 May 2018 14:16:32 -0500 [thread overview]
Message-ID: <10920cf1-b887-d13a-e028-685d83463bc9@sandeen.net> (raw)
In-Reply-To: <20180501184807.123111-1-cyberax@amazon.com>
On 5/1/18 1:48 PM, Aleksei Besogonov wrote:
> V2 of iomap-based swapfile support.
>
> Changes from V1: additional validations for file extents, based on
> a patch from Darrick Wong.
Aleksei -
As Darrick pointed out earlier and as you acknowledge here, Darrick already
has a patchset for this in the works, started a couple days before your first
submission.
Generally we don't race to re-implement someone else's patch. If you were unsure
whether Darrick planned to send a V2, it would have been good to ask.
Although I think Darrick does plan to resubmit his patches based on the feedback
provided so far, I'll go ahead & point out a couple things in your series for
future reference:
1) You need a Signed-off-by: line which essentially states that this is your
own work, and that you may submit it for inclusion.
2) If you were building on someone else's patch with their blessing, you'd
probably preceed your Signed-off-by: with theirs (but this is a bit
unusual)
3) There's no reason to export iomap_apply for modules; no module uses it
I'll admit that I didn't look a lot more in depth. ;)
At this point it's probably best to help this along by reviewing & testing
Darrick's (forthcoming?) V2 patchset.
It's not that we don't appreciate the help - it's great that you're motivated
to get this done - it's just that someone else already started the work, and
the normal process there is to review/comment on the first submitter's patches,
unless they have clearly abandoned the work. This keeps the development
process and the mailing list more organized than if several people submit
competing patchsets in parallel.
Thanks,
-Eric
> Aleksei Besogonov (2):
> fs: Add iomap_swap_activate
> xfs: add support for iomap-based swapfile activation
>
> fs/iomap.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++
> fs/xfs/xfs_aops.c | 8 ++++
> include/linux/iomap.h | 5 +++
> mm/swapfile.c | 1 +
> 4 files changed, 120 insertions(+)
>
prev parent reply other threads:[~2018-05-01 19:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-01 18:48 [PATCH 0/2] RFC: iomap-based swapfile activation Aleksei Besogonov
2018-05-01 18:48 ` [PATCH 1/2] fs: Add iomap_swap_activate Aleksei Besogonov
2018-05-01 20:44 ` kbuild test robot
2018-05-02 1:02 ` kbuild test robot
2018-05-01 18:48 ` [PATCH 2/2] xfs: add support for iomap-based swapfile activation Aleksei Besogonov
2018-05-01 19:16 ` Eric Sandeen [this message]
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=10920cf1-b887-d13a-e028-685d83463bc9@sandeen.net \
--to=sandeen@sandeen.net \
--cc=cyberax@amazon.com \
--cc=darrick.wong@oracle.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).