* [PATCH RESEND] nilfs2: fix i_xattr comment to note it is unused
@ 2026-02-16 9:24 Yuto Ohnuki
2026-02-16 10:02 ` Ryusuke Konishi
0 siblings, 1 reply; 2+ messages in thread
From: Yuto Ohnuki @ 2026-02-16 9:24 UTC (permalink / raw)
To: Ryusuke Konishi, Viacheslav Dubeyko
Cc: linux-nilfs, linux-kernel, Yuto Ohnuki
NILFS2 does not currently support extended attributes. Update the
comment for @i_xattr in struct nilfs_inode_info to clarify that it is
reserved but unused.
Signed-off-by: Yuto Ohnuki <ytohnuki@amazon.com>
---
fs/nilfs2/nilfs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h
index b7e3d91b6243..41b8b42be21d 100644
--- a/fs/nilfs2/nilfs.h
+++ b/fs/nilfs2/nilfs.h
@@ -27,7 +27,7 @@
* @i_state: dynamic state flags
* @i_bmap: pointer on i_bmap_data
* @i_bmap_data: raw block mapping
- * @i_xattr: <TODO>
+ * @i_xattr: reserved for xattr object (unused)
* @i_dir_start_lookup: page index of last successful search
* @i_cno: checkpoint number for GC inode
* @i_assoc_inode: associated inode (B-tree node cache holder or back pointer)
--
2.50.1
Amazon Web Services EMEA SARL, 38 avenue John F. Kennedy, L-1855 Luxembourg, R.C.S. Luxembourg B186284
Amazon Web Services EMEA SARL, Irish Branch, One Burlington Plaza, Burlington Road, Dublin 4, Ireland, branch registration number 908705
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] nilfs2: fix i_xattr comment to note it is unused
2026-02-16 9:24 [PATCH RESEND] nilfs2: fix i_xattr comment to note it is unused Yuto Ohnuki
@ 2026-02-16 10:02 ` Ryusuke Konishi
0 siblings, 0 replies; 2+ messages in thread
From: Ryusuke Konishi @ 2026-02-16 10:02 UTC (permalink / raw)
To: Yuto Ohnuki, Viacheslav Dubeyko; +Cc: linux-nilfs, linux-kernel
On Mon, Feb 16, 2026 at 6:25 PM Yuto Ohnuki wrote:
>
> NILFS2 does not currently support extended attributes. Update the
> comment for @i_xattr in struct nilfs_inode_info to clarify that it is
> reserved but unused.
>
> Signed-off-by: Yuto Ohnuki <ytohnuki@amazon.com>
> ---
> fs/nilfs2/nilfs.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thank you.
Viacheslav, could you please pick this up directly and queue it for
the next cycle (with the following Acked-by tag)?
Acked-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
There's been discussion about removing the on-disk inode xattr field
to implement atime, so if it's no longer needed for that reason, you
can drop it.
However, since this is an on-memory inode field, I think it's okay to
leave the field itself in place until its handling is decided.
Regards,
Ryusuke Konishi
> diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h
> index b7e3d91b6243..41b8b42be21d 100644
> --- a/fs/nilfs2/nilfs.h
> +++ b/fs/nilfs2/nilfs.h
> @@ -27,7 +27,7 @@
> * @i_state: dynamic state flags
> * @i_bmap: pointer on i_bmap_data
> * @i_bmap_data: raw block mapping
> - * @i_xattr: <TODO>
> + * @i_xattr: reserved for xattr object (unused)
> * @i_dir_start_lookup: page index of last successful search
> * @i_cno: checkpoint number for GC inode
> * @i_assoc_inode: associated inode (B-tree node cache holder or back pointer)
> --
> 2.50.1
>
>
>
>
> Amazon Web Services EMEA SARL, 38 avenue John F. Kennedy, L-1855 Luxembourg, R.C.S. Luxembourg B186284
>
> Amazon Web Services EMEA SARL, Irish Branch, One Burlington Plaza, Burlington Road, Dublin 4, Ireland, branch registration number 908705
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-16 10:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 9:24 [PATCH RESEND] nilfs2: fix i_xattr comment to note it is unused Yuto Ohnuki
2026-02-16 10:02 ` Ryusuke Konishi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox