From: Sascha Hauer <s.hauer@pengutronix.de>
To: BAREBOX <barebox@lists.infradead.org>,
Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH 0/2] fs: remove dev argument from file operations
Date: Tue, 07 Oct 2025 14:01:05 +0200 [thread overview]
Message-ID: <175983846584.1007774.2683780336980095444.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20251001-fs-remove-dev-argument-v1-0-1922aaf65062@pengutronix.de>
On Wed, 01 Oct 2025 10:06:26 +0200, Sascha Hauer wrote:
> All fs_driver operations like read, write and ioctl take a struct device *
> argument which is mostly unused by the filesystem driver and for the few
> cases where it was used the device can be retrieved from the file argument.
>
> This series removes the dev argument and moves the the fs_driver
> operation over to filesystem_operations.
>
> [...]
Applied, thanks!
[1/2] fs: remove redundant dev argument from fs_driver operations
https://git.pengutronix.de/cgit/barebox/commit/?id=0452ba3c99e6 (link may not be stable)
[2/2] fs: move fs_driver operations to struct file_operations
https://git.pengutronix.de/cgit/barebox/commit/?id=628f1062538b (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2025-10-07 12:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 8:06 Sascha Hauer
2025-10-01 8:06 ` [PATCH 1/2] fs: remove redundant dev argument from fs_driver operations Sascha Hauer
2025-10-01 8:06 ` [PATCH 2/2] fs: move fs_driver operations to struct file_operations Sascha Hauer
2025-10-07 12:01 ` Sascha Hauer [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=175983846584.1007774.2683780336980095444.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox