From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 0/8] fs: merge struct filep (FILE) and struct file
Date: Wed, 08 Jan 2025 15:02:47 +0100 [thread overview]
Message-ID: <173634496703.4137566.11660824469184410657.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20250107075939.2841119-1-a.fatoum@pengutronix.de>
On Tue, 07 Jan 2025 08:59:31 +0100, Ahmad Fatoum wrote:
> Since dcache support was added, we had two structs representing files:
> struct file and type struct filep FILE. The former was used only for
> listing files in ->iterate and the latter everywhere else for
> representing an open file (descriptor).
>
> This series aligns the members of both struct sufficiently and then
> merges them to simplify porting kernel code.
>
> [...]
Applied, thanks!
[1/8] fs: derive file descriptor number by pointer arithmetic
https://git.pengutronix.de/cgit/barebox/commit/?id=6f8129f8667a (link may not be stable)
[2/8] fs: drop ifdefs in linux/fs.h
https://git.pengutronix.de/cgit/barebox/commit/?id=79bc7900d921 (link may not be stable)
[3/8] fs: retire FILE.in_use member
https://git.pengutronix.de/cgit/barebox/commit/?id=6e6d6c9a7193 (link may not be stable)
[4/8] fs: align FILE struct member names with upstream struct file
https://git.pengutronix.de/cgit/barebox/commit/?id=69de990ac09d (link may not be stable)
[5/8] fs: fat: rename f_size to f_len
https://git.pengutronix.de/cgit/barebox/commit/?id=18a8c7fa6a93 (link may not be stable)
[6/8] fs: replace FILE.size by f_inode.i_size
https://git.pengutronix.de/cgit/barebox/commit/?id=2497d528a133 (link may not be stable)
[7/8] fs: merge struct file and struct filep
https://git.pengutronix.de/cgit/barebox/commit/?id=b3a39aed8208 (link may not be stable)
[8/8] fs: retire FILE typdef
https://git.pengutronix.de/cgit/barebox/commit/?id=7a861f96a311 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2025-01-08 14:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-07 7:59 Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 1/8] fs: derive file descriptor number by pointer arithmetic Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 2/8] fs: drop ifdefs in linux/fs.h Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 3/8] fs: retire FILE.in_use member Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 4/8] fs: align FILE struct member names with upstream struct file Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 5/8] fs: fat: rename f_size to f_len Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 6/8] fs: replace FILE.size by f_inode.i_size Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 7/8] fs: merge struct file and struct filep Ahmad Fatoum
2025-01-07 7:59 ` [PATCH 8/8] fs: retire FILE typdef Ahmad Fatoum
2025-01-08 14:02 ` 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=173634496703.4137566.11660824469184410657.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=a.fatoum@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