[Devel] Re: [PATCH] c/r: fix omitted parameter name error
Oren Laadan
orenl at cs.columbia.edu
Mon Mar 29 15:27:39 PDT 2010
Queued for v21, thanks.
Stanislav O. Bezzubtsev wrote:
> Signed-off-by: Stanislav O. Bezzubtsev <stas.bezzubtsev at gmail.com>
> Reviewed-by: Matt Helsley <matthltc at us.ibm.com>
> ---
> include/linux/dnotify.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/dnotify.h b/include/linux/dnotify.h
> index b9ce13c..7093052 100644
> --- a/include/linux/dnotify.h
> +++ b/include/linux/dnotify.h
> @@ -38,7 +38,7 @@ static inline void dnotify_flush(struct file *filp, fl_owner_t id)
> {
> }
>
> -static inline int is_dnotify_attached(struct file *)
> +static inline int is_dnotify_attached(struct file *filp)
> {
> return 0;
> }
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list