public inbox for v9fs@lists.linux.dev
 help / color / mirror / Atom feed
From: Dominique Martinet <asmadeus@codewreck.org>
To: Colin Ian King <colin.i.king@gmail.com>,
	Dan Carpenter <dan.carpenter@linaro.org>
Cc: Eric Van Hensbergen <ericvh@kernel.org>,
	Latchesar Ionkov <lucho@ionkov.net>,
	Christian Schoenebeck <linux_oss@crudebyte.com>,
	v9fs@lists.linux.dev, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH][V2][next] fs/9p: replace functions v9fs_cache_{register|unregister} with direct calls
Date: Thu, 7 Nov 2024 21:08:49 +0900	[thread overview]
Message-ID: <Zyyt0XUv0Ypl56qI@codewreck.org> (raw)
In-Reply-To: <20241107095756.10261-1-colin.i.king@gmail.com>

Colin Ian King wrote on Thu, Nov 07, 2024 at 09:57:56AM +0000:
> The helper functions v9fs_cache_register and v9fs_cache_unregister are
> trivial helper functions that don't offer any extra functionality and
> are unncessary. Replace them with direct calls to v9fs_init_inode_cache
> and v9fs_destroy_inode_cache respectively to simplify the code.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks!

Acked-by: Dominique Martinet <asmadeus@codewreck.org>


@Dan, I don't have anything queued up 9p-wise so if you want to take it
through the janitor tree it'll probably get in faster; otherwise (if
you'd rather I take it or no reply in a while) I'll pick it up when
other patches come in.

-- 
Dominique

  reply	other threads:[~2024-11-07 12:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-07  9:57 [PATCH][V2][next] fs/9p: replace functions v9fs_cache_{register|unregister} with direct calls Colin Ian King
2024-11-07 12:08 ` Dominique Martinet [this message]
2024-11-07 13:56   ` Dan Carpenter
2024-11-16  8:27     ` Dominique Martinet

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=Zyyt0XUv0Ypl56qI@codewreck.org \
    --to=asmadeus@codewreck.org \
    --cc=colin.i.king@gmail.com \
    --cc=dan.carpenter@linaro.org \
    --cc=ericvh@kernel.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux_oss@crudebyte.com \
    --cc=lucho@ionkov.net \
    --cc=v9fs@lists.linux.dev \
    /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