All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Weiping Pan(潘卫平)" <panweiping3@gmail.com>
To: aelder@sgi.com, xfs-masters@oss.sgi.com, dchinner@redhat.com,
	hch@lst.de, jaxboe@fusionio.com, tj@kernel.org, xfs@oss.sgi.com
Cc: linux-kernel@vger.kernel.org,
	"Weiping Pan  (=E6=BD=98=E5=8D=AB=E5=B9=B3)"
	<panweiping3@gmail.com>
Subject: [PATCH 2/2] xfs:remove a warning in xfs_buf_readahead()
Date: Mon, 11 Apr 2011 10:44:53 +0800	[thread overview]
Message-ID: <1302489893-31676-1-git-send-email-panweiping3@gmail.com> (raw)

/home/pwp/mysvn/linux/linux-2.6/fs/xfs/linux-2.6/xfs_buf.c: In function
‘xfs_buf_readahead’:
/home/pwp/mysvn/linux/linux-2.6/fs/xfs/linux-2.6/xfs_buf.c:660:27: warning:
unused variable ‘bdi’

Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
---
 fs/xfs/linux-2.6/xfs_buf.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index 5ea4020..a125b32 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -657,8 +657,6 @@ xfs_buf_readahead(
 	xfs_off_t		ioff,
 	size_t			isize)
 {
-	struct backing_dev_info *bdi;
-
 	if (bdi_read_congested(target->bt_bdi))
 		return;
 
-- 
1.7.4

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

WARNING: multiple messages have this Message-ID (diff)
From: "Weiping Pan(潘卫平)" <panweiping3@gmail.com>
To: aelder@sgi.com, xfs-masters@oss.sgi.com, dchinner@redhat.com,
	hch@lst.de, jaxboe@fusionio.com, tj@kernel.org, xfs@oss.sgi.com
Cc: linux-kernel@vger.kernel.org, "Weiping Pan " <panweiping3@gmail.com>
Subject: [PATCH 2/2] xfs:remove a warning in xfs_buf_readahead()
Date: Mon, 11 Apr 2011 10:44:53 +0800	[thread overview]
Message-ID: <1302489893-31676-1-git-send-email-panweiping3@gmail.com> (raw)

/home/pwp/mysvn/linux/linux-2.6/fs/xfs/linux-2.6/xfs_buf.c: In function
‘xfs_buf_readahead’:
/home/pwp/mysvn/linux/linux-2.6/fs/xfs/linux-2.6/xfs_buf.c:660:27: warning:
unused variable ‘bdi’

Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
---
 fs/xfs/linux-2.6/xfs_buf.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index 5ea4020..a125b32 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -657,8 +657,6 @@ xfs_buf_readahead(
 	xfs_off_t		ioff,
 	size_t			isize)
 {
-	struct backing_dev_info *bdi;
-
 	if (bdi_read_congested(target->bt_bdi))
 		return;
 
-- 
1.7.4


             reply	other threads:[~2011-04-11  2:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11  2:44 Weiping Pan(潘卫平) [this message]
2011-04-11  2:44 ` [PATCH 2/2] xfs:remove a warning in xfs_buf_readahead() Weiping Pan(潘卫平)

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=1302489893-31676-1-git-send-email-panweiping3@gmail.com \
    --to=panweiping3@gmail.com \
    --cc=aelder@sgi.com \
    --cc=dchinner@redhat.com \
    --cc=hch@lst.de \
    --cc=jaxboe@fusionio.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@kernel.org \
    --cc=xfs-masters@oss.sgi.com \
    --cc=xfs@oss.sgi.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.