From patchwork Thu Sep 26 18:39:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benny Halevy X-Patchwork-Id: 2950091 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C5DE69F288 for ; Thu, 26 Sep 2013 18:40:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 16A04202D1 for ; Thu, 26 Sep 2013 18:40:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B9B9202DD for ; Thu, 26 Sep 2013 18:40:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753289Ab3IZSkD (ORCPT ); Thu, 26 Sep 2013 14:40:03 -0400 Received: from mail-qe0-f41.google.com ([209.85.128.41]:54417 "EHLO mail-qe0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752808Ab3IZSkB (ORCPT ); Thu, 26 Sep 2013 14:40:01 -0400 Received: by mail-qe0-f41.google.com with SMTP id 1so1114675qee.14 for ; Thu, 26 Sep 2013 11:40:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=yXKEP+i2DCGJzOy5OoB6p4RLUmCfmoT1qbklN5MF6hw=; b=u9Koq7RE5UiWTs0+SZCNj+kit/nyaAqKXTprQeU4Vuig6zIHag0HfcLn3oVlzxkEDJ TeuyDpjdg4jC0vR8G1gQ7Pqz87iPKdK3RoQlga7b0POlOA+cxza9dMqCxVAdJDwAJ4rV jDi5uPUN4Wj+sLvo0iWEIBiCuMMQx6Zwd+IDQ32pVEDViNyw8+45rGXofpikFOIL97eH 4yMtI6BXrXSDNzHa/bgjPH4hRJBkN/1+horR048UHGbbOju5BI0z3OjUPBVxd7cQdeUG tWpUTWrHRtbpG/0+sXDpiQM0AlMWYX9IrAdzwUo9WdSlPVk8uyKzCSSY1ae6V0REzUVA ef8Q== X-Received: by 10.49.50.232 with SMTP id f8mr3501757qeo.63.1380220801079; Thu, 26 Sep 2013 11:40:01 -0700 (PDT) Received: from bhalevy-lt.il.tonian.com.com (nat-pool-bos-u.redhat.com. [66.187.233.207]) by mx.google.com with ESMTPSA id a7sm5121543qew.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 26 Sep 2013 11:40:00 -0700 (PDT) From: Benny Halevy To: " J. Bruce Fields" Cc: linux-nfs@vger.kernel.org Subject: [PATCH RFC v0 02/49] pnfsd: define NFSDDBG_PNFS Date: Thu, 26 Sep 2013 14:39:58 -0400 Message-Id: <1380220798-12766-1-git-send-email-bhalevy@primarydata.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <52447EA0.7070004@primarydata.com> References: <52447EA0.7070004@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Benny Halevy [extraced from pnfsd: Initial pNFS server implementation.] Signed-off-by: Benny Halevy Signed-off-by: Benny Halevy --- include/uapi/linux/nfsd/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/nfsd/debug.h b/include/uapi/linux/nfsd/debug.h index a6f453c..168f3a3 100644 --- a/include/uapi/linux/nfsd/debug.h +++ b/include/uapi/linux/nfsd/debug.h @@ -32,6 +32,7 @@ #define NFSDDBG_REPCACHE 0x0080 #define NFSDDBG_XDR 0x0100 #define NFSDDBG_LOCKD 0x0200 +#define NFSDDBG_PNFS 0x0400 #define NFSDDBG_ALL 0x7FFF #define NFSDDBG_NOCHANGE 0xFFFF