Re: [PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls

2025-02-21 Thread Andreas Dilger
On Feb 21, 2025, at 11:11 AM, Darrick J. Wong wrote: > > On Tue, Feb 11, 2025 at 06:22:47PM +0100, Andrey Albershteyn wrote: >> From: Andrey Albershteyn >> >> Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode >> extended attributes/flags. The syscalls take parent directory fd

Re: [RFC 1/5] seq_file: introduce seq_open_data helper

2018-03-01 Thread Andreas Dilger
On Mar 1, 2018, at 4:37 PM, Rasmus Villemoes wrote: > > There are quite a few callers of seq_open that could be simplified by > setting the ->private member via the seq_open call instead of fetching > file->private_data afterwards. > > Signed-off-by: Rasmus Villemoes > --- > I've just included

Re: [PATCH] ext4: ext4_mb_mark_free_simple: Fix integer value truncation

2016-11-03 Thread Andreas Dilger
of > 'border' to 'unsigned int'. > > Signed-off-by: Chandan Rajendra Reviewed-by: Andreas Dilger > --- > fs/ext4/mballoc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c > index f