All of lore.kernel.org
 help / color / mirror / Atom feed
From: jing wang <windsdaemon@gmail.com>
To: David Miller <davem@davemloft.net>
Cc: edumazet@google.com, viro@zeniv.linux.org.uk,
	xemul@parallels.com, netdev@vger.kernel.org
Subject: Re: [PATCH 1/1] af_unix.c: fix the compile warning in unix_bind
Date: Fri, 26 Oct 2012 11:24:18 +0800	[thread overview]
Message-ID: <508A0262.6010205@gmail.com> (raw)
In-Reply-To: <20121025.231641.1536209335816707842.davem@davemloft.net>


Thanks for your review and i'm sorry about this, the warning is :

CC net/unix/af_unix.o
net/unix/af_unix.c: In function 'unix_bind':
net/unix/af_unix.c:895: warning: 'path.dentry' may be used uninitialized 
in this function
net/unix/af_unix.c:895: warning: 'path.mnt' may be used uninitialized in 
this function


于 2012年10月26日 11:16, David Miller 写道:
> From: Jing Wang <windsdaemon@gmail.com>
> Date: Fri, 26 Oct 2012 10:48:47 +0800
>
>> Signed-off-by: Jing Wang <windsdaemon@gmail.com>
> What compile warning?  You need to describe what problem
> you are solving, rather than assume we can figure it out
> by reading your patch.
>
>> -
>> +
> This doesn't do anything and should be in your patch.

  reply	other threads:[~2012-10-26  3:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  2:48 [PATCH 1/1] af_unix.c: fix the compile warning in unix_bind Jing Wang
2012-10-26  3:16 ` David Miller
2012-10-26  3:24   ` jing wang [this message]
2012-10-28  5:54 ` Eric W. Biederman

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=508A0262.6010205@gmail.com \
    --to=windsdaemon@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    --cc=xemul@parallels.com \
    /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.