From: Rasmus Villemoes <linux@rasmusvillemoes.dk>
To: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@zeniv.linux.org.uk>,
autofs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] autofs4: Wrong format for printing dentry
Date: Wed, 11 Feb 2015 21:41:37 +0100 [thread overview]
Message-ID: <87bnl0w58e.fsf@rasmusvillemoes.dk> (raw)
In-Reply-To: <1423236497-28139-1-git-send-email-linux@rasmusvillemoes.dk> (Rasmus Villemoes's message of "Fri, 6 Feb 2015 16:28:17 +0100")
Ping...
On Fri, Feb 06 2015, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote:
> %pD for struct file*, %pd for struct dentry*.
>
> Fixes: a455589f181e ("assorted conversions to %p[dD]")
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> ---
> fs/autofs4/root.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c
> index dbb5b7212ce1..7ba355b8d4ac 100644
> --- a/fs/autofs4/root.c
> +++ b/fs/autofs4/root.c
> @@ -108,7 +108,7 @@ static int autofs4_dir_open(struct inode *inode, struct file *file)
> struct dentry *dentry = file->f_path.dentry;
> struct autofs_sb_info *sbi = autofs4_sbi(dentry->d_sb);
>
> - DPRINTK("file=%p dentry=%p %pD", file, dentry, dentry);
> + DPRINTK("file=%p dentry=%p %pd", file, dentry, dentry);
>
> if (autofs4_oz_mode(sbi))
> goto out;
next prev parent reply other threads:[~2015-02-11 20:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-06 15:28 [PATCH] autofs4: Wrong format for printing dentry Rasmus Villemoes
2015-02-11 20:41 ` Rasmus Villemoes [this message]
2015-02-12 1:08 ` Ian Kent
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=87bnl0w58e.fsf@rasmusvillemoes.dk \
--to=linux@rasmusvillemoes.dk \
--cc=autofs@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=raven@themaw.net \
--cc=viro@zeniv.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox