Re: [PATCH 3/9] fs: ext4: print change date in directory listing

Simon Glass <[email protected]>
Newsgroups org.ozlabs.lists.linux-erofs,org.u-boot-project.lists.u-boot
Message-ID <CAFLszTgZ=ciSU-ny1+X+8jYsvRD-jc-TVQ3WwfyZ3DYvmR81Ug@mail.gmail.com>
Hi Heinrich,

On Mon, 18 May 2026 at 00:57, Heinrich Schuchardt
<[email protected]> wrote:
>
> Declare FS_CAP_DATE in the ext4 fstype_info entry so that fs_ls_generic()
> displays the modification date alongside the file size:
>
>  4096 2024-03-15 09:30 filename.txt
>
> Signed-off-by: Heinrich Schuchardt <[email protected]>
> ---
>  fs/fs.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/fs/fs.c b/fs/fs.c
> index f8e4794c10e..482a5523712 100644
> --- a/fs/fs.c
> +++ b/fs/fs.c
> @@ -261,6 +261,9 @@ static struct fstype_info fstypes[] = {
>                 .fstype = FS_TYPE_EXT,
>                 .name = "ext4",
>                 .null_dev_desc_ok = false,
> +#if !IS_ENABLED(CONFIG_XPL_BUILD)
> +               .caps = FS_CAP_DATE,
> +#endif
>                 .probe = ext4fs_probe,
>                 .close = ext4fs_close,
>                 .ls = fs_ls_generic,
> --
> 2.53.0
>

I would prefer having a head-file macro which expands to nothing for
xPL builds, rather than adding preprocessor macros.

Regards,
Simon
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.