From patchwork Fri Mar 11 18:27:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 628651 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2BIRL2t003765 for ; Fri, 11 Mar 2011 18:27:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117Ab1CKS1V (ORCPT ); Fri, 11 Mar 2011 13:27:21 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:56015 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092Ab1CKS1V convert rfc822-to-8bit (ORCPT ); Fri, 11 Mar 2011 13:27:21 -0500 Received: by iwn34 with SMTP id 34so2885513iwn.19 for ; Fri, 11 Mar 2011 10:27:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yc3gWKlJixArnGWtV1d0F/cyksTqt+ifgeHk2KvLV5k=; b=dD/QVMCDdYi9jn4oqhHG1bzDKJPMcp+lmoLbgJcRZdn07W3+4Sri28YepGsE9DUadR TOtsgUeLRcKFFTJEWksZdG7EB16rKFg0/huczBaZkmrcdwUOZud+7J/FS89QczMP7heS xpNGQra+6xyw2BTG4NW9/hZ6nQ83Fa3pgOfrA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gEXxlCAwjqIujpleZyxoYXjKwjJSU/b8uGyUyCImrKt2WRKdRWFRW9XuwaUrXQ7I7O 7Glzyforvlp5rti0i+87h6LLuUbuvrRjhERpyEP3Kf96PL2971B0fEvQHwDpXn7nw13v IKWMj/imJmVXWXS/QOGufaYdkSNVWsevLNLLs= MIME-Version: 1.0 Received: by 10.42.142.135 with SMTP id s7mr65735icu.247.1299868040304; Fri, 11 Mar 2011 10:27:20 -0800 (PST) Received: by 10.42.148.195 with HTTP; Fri, 11 Mar 2011 10:27:20 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Mar 2011 12:27:20 -0600 Message-ID: Subject: Re: [PATCH] [CIFS] do not try to dump cifs mids from smb2 sessions From: Steve French To: Shirish Pargaonkar Cc: linux-cifs@vger.kernel.org Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 11 Mar 2011 18:27:22 +0000 (UTC) --- a/fs/cifs/cifs_debug.c +++ b/fs/cifs/cifs_debug.c @@ -109,7 +109,7 @@ void cifs_dump_mids(struct TCP_Server_Info *server) static void dump_smb2_debug_info(int i, struct seq_file *m, struct TCP_Server_Info *server) { - seq_printf("dumping debug information for smb2 not supported yet\n"); + seq_printf(m, "dumping debug information for smb2 not supported yet\n"); } static void dump_cifs_debug_info(int i, struct seq_file *m,