[PATCH 1/3] fs: move fs_driver open/close into struct file_operations

Sascha Hauer s.hauer at pengutronix.de
Mon Feb 17 02:26:50 PST 2025


On Fri, 14 Feb 2025 10:51:55 +0100, Ahmad Fatoum wrote:
> Linux places open and close (called release) in struct file_operations
> and thereby allows implementing them differently depending on inode type.
> 
> So far, not being able to do that in barebox didn't bother us much, but
> some kernel file systems depend on the directories to be opened before
> they are iterated through and barebox will start supporting that in the
> later commit.
> 
> [...]

Applied, thanks!

[1/3] fs: move fs_driver open/close into struct file_operations
      https://git.pengutronix.de/cgit/barebox/commit/?id=e31ca2eea7be (link may not be stable)
[2/3] fs: remove unused members in struct file_operations
      https://git.pengutronix.de/cgit/barebox/commit/?id=88798bebccd7 (link may not be stable)
[3/3] fs: drop unused FS_DRIVER_NO_DEV flag
      https://git.pengutronix.de/cgit/barebox/commit/?id=a92e661073ff (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list