mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Horst H. von Brand" <vonbrand@inf.utfsm.cl>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: v9fs-developer@lists.sourceforge.net,
	"Horst H. von Brand" <vonbrand@inf.utfsm.cl>
Subject: [PATCH] fs/9p/v9fs.c: Delete unused p9_debug_level setting
Date: Tue, 17 Jul 2007 14:26:06 -0400	[thread overview]
Message-ID: <11846967671229-git-send-email-vonbrand@inf.utfsm.cl> (raw)
In-Reply-To: <11846967662438-git-send-email-vonbrand@inf.utfsm.cl>

From: Horst H. von Brand <vonbrand@inf.utfsm.cl>

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
---
 fs/9p/v9fs.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
index 45c3598..72ad365 100644
--- a/fs/9p/v9fs.c
+++ b/fs/9p/v9fs.c
@@ -131,7 +131,6 @@ static void v9fs_parse_options(char *options, struct v9fs_session_info *v9ses)
 		switch (token) {
 		case Opt_debug:
 			v9ses->debug = option;
-			p9_debug_level = option;
 			break;
 		case Opt_port:
 			v9ses->port = option;
-- 
1.5.2.3


  reply	other threads:[~2007-07-17 18:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-17 18:26 Compile failure with v9fs Horst H. von Brand
2007-07-17 18:26 ` Horst H. von Brand [this message]
2007-07-17 19:05   ` [PATCH] fs/9p/v9fs.c: Delete unused p9_debug_level setting Adrian Bunk

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=11846967671229-git-send-email-vonbrand@inf.utfsm.cl \
    --to=vonbrand@inf.utfsm.cl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v9fs-developer@lists.sourceforge.net \
    /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

Powered by JetHome