lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Jul 2007 14:26:06 -0400
From:	"Horst H. von Brand" <vonbrand@....utfsm.cl>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc:	v9fs-developer@...ts.sourceforge.net,
	"Horst H. von Brand" <vonbrand@....utfsm.cl>
Subject: [PATCH] fs/9p/v9fs.c: Delete unused p9_debug_level setting

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

Signed-off-by: Horst H. von Brand <vonbrand@....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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ