Re: [PATCH 02/21] constify path argument of vfs_statx_path()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat 06-09-25 10:11:18, Al Viro wrote:
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

Looks good. Feel free to add:

Reviewed-by: Jan Kara <jack@xxxxxxx>

								Honza

> ---
>  fs/stat.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/stat.c b/fs/stat.c
> index f95c1dc3eaa4..6c79661e1b96 100644
> --- a/fs/stat.c
> +++ b/fs/stat.c
> @@ -293,7 +293,7 @@ static int statx_lookup_flags(int flags)
>  	return lookup_flags;
>  }
>  
> -static int vfs_statx_path(struct path *path, int flags, struct kstat *stat,
> +static int vfs_statx_path(const struct path *path, int flags, struct kstat *stat,
>  			  u32 request_mask)
>  {
>  	int error = vfs_getattr(path, stat, request_mask, flags);
> -- 
> 2.47.2
> 
-- 
Jan Kara <jack@xxxxxxxx>
SUSE Labs, CR




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux