Re: [PATCH v2 1/2] fs: make file_listxattr and file_removexattr helpers non-static
From: Aditya Prakash Srivastava
Date: Tue Jul 21 2026 - 06:28:22 EST
On Tue, Jul 21, 2026 at 2:25 PM Aditya Prakash Srivastava
<aditya.ansh182@xxxxxxxxx> wrote:
> -static
> -ssize_t filename_listxattr(int dfd, struct filename *filename,
> - unsigned int lookup_flags,
> - char __user *list, size_t size)
> +static ssize_t filename_listxattr(int dfd, struct filename *filename,
> + unsigned int lookup_flags,
> + char __user *list, size_t size)
Please ignore this patch series as it has some redundant changes on
top of v1, sorry about the noise. Will send a v3 by removing the
redundant change.