All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: Matthew Wilcox <willy@infradead.org>
Cc: Li Zetao <lizetao1@huawei.com>,
	 anton ivanov <anton.ivanov@cambridgegreys.com>,
	 Johannes Berg <johannes@sipsolutions.net>,
	 linux-um <linux-um@lists.infradead.org>,
	 linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH -next] hostfs: Convert hostfs_writepage to use folio
Date: Thu, 12 Sep 2024 21:37:03 +0200 (CEST)	[thread overview]
Message-ID: <108225933.37250.1726169823389.JavaMail.zimbra@nod.at> (raw)
In-Reply-To: <ZuM0xHQqSpen_xxY@casper.infradead.org>

----- Ursprüngliche Mail -----
> Von: "Matthew Wilcox" <willy@infradead.org>
>> > -	buffer = kmap_local_page(page);
>> > +	buffer = kmap_local_folio(folio, 0);
> 
> These two lines assume that hostfs remains a non-large-folio filesystem.
> I'm not sure what the plans are for hostfs.

Somewhere deep on my TODO are plans to remove hostfs and replace it
with something such as 9p or virtiofs.
Any volunteers? :-)

Thanks,
//richard


      reply	other threads:[~2024-09-12 19:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-20  2:50 [PATCH -next] hostfs: Convert hostfs_writepage to use folio Li Zetao
2024-09-12 18:22 ` Richard Weinberger
2024-09-12 18:36   ` Matthew Wilcox
2024-09-12 19:37     ` Richard Weinberger [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=108225933.37250.1726169823389.JavaMail.zimbra@nod.at \
    --to=richard@nod.at \
    --cc=anton.ivanov@cambridgegreys.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=lizetao1@huawei.com \
    --cc=willy@infradead.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.