[PATCH 0/2] fs: remove dev argument from file operations
Sascha Hauer
s.hauer at pengutronix.de
Tue Oct 7 05:01:05 PDT 2025
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 at pengutronix.de>
More information about the barebox
mailing list