From: Al Viro <viro@zeniv.linux.org.uk>
To: Dawid Osuchowski <linux@osuchow.ski>
Cc: linux-fsdevel@vger.kernel.org, brauner@kernel.org, jack@suse.cz
Subject: Re: [PATCH v2] fs: Create anon_inode_getfile_fmode()
Date: Thu, 25 Apr 2024 23:03:29 +0100 [thread overview]
Message-ID: <20240425220329.GM2118490@ZenIV> (raw)
In-Reply-To: <20240425215803.24267-1-linux@osuchow.ski>
On Thu, Apr 25, 2024 at 11:58:03PM +0200, Dawid Osuchowski wrote:
> +struct file *anon_inode_getfile_fmode(const char *name,
> + const struct file_operations *fops,
> + void *priv, int flags, fmode_t f_mode)
^^^^^^^
> +struct file *anon_inode_getfile_fmode(const char *name,
> + const struct file_operations *fops,
> + void *priv, int flags, unsigned int f_mode);
^^^^^^^^^^^^
They ought to match (and fmode_t is the right type here).
next prev parent reply other threads:[~2024-04-25 22:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-25 21:58 [PATCH v2] fs: Create anon_inode_getfile_fmode() Dawid Osuchowski
2024-04-25 22:03 ` Al Viro [this message]
2024-04-25 22:15 ` Dawid Osuchowski
2024-04-25 22:31 ` Al Viro
2024-04-26 7:55 ` Dawid Osuchowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240425220329.GM2118490@ZenIV \
--to=viro@zeniv.linux.org.uk \
--cc=brauner@kernel.org \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux@osuchow.ski \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.