Re: [PATCH net-next v3 3/3] eventpoll: Add epoll ioctl for epoll_params

From: Greg Kroah-Hartman
Date: Thu Jan 25 2024 - 18:20:55 EST


On Thu, Jan 25, 2024 at 10:56:59PM +0000, Joe Damato wrote:
> --- a/fs/eventpoll.c
> +++ b/fs/eventpoll.c
> @@ -6,6 +6,8 @@
> * Davide Libenzi <davidel@xxxxxxxxxxxxxxx>
> */
>
> +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> +

Why this addition? You do not add any pr_*() calls in this patch at all
that I can see.

thanks,

greg k-h