Re: [PATCH 1/3] seq_file: Introduce DEFINE_SEQ_ATTRIBUTE() helper macro

From: Markus Elfring
Date: Sat May 09 2020 - 07:35:56 EST


â
> +++ b/include/linux/seq_file.h
> @@ -145,6 +145,25 @@ void *__seq_open_private(struct file *, const struct seq_operations *, int);
> int seq_open_private(struct file *, const struct seq_operations *, int);
> int seq_release_private(struct inode *, struct file *);
>
> +#define DEFINE_SEQ_ATTRIBUTE(__name) \
> +static int __name ## _open(struct inode *inode, struct file *file) \
â

Can such a macro work also with an identifier which does not contain
double underscores?

Regards,
Markus