From patchwork Fri Jan 26 19:07:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Brandenburg X-Patchwork-Id: 10186855 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id EA55160383 for ; Fri, 26 Jan 2018 19:15:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CEF2D297D1 for ; Fri, 26 Jan 2018 19:15:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ACA612A172; Fri, 26 Jan 2018 19:10:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 42AEF2A160 for ; Fri, 26 Jan 2018 19:10:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752707AbeAZTJf (ORCPT ); Fri, 26 Jan 2018 14:09:35 -0500 Received: from mail-yw0-f194.google.com ([209.85.161.194]:42609 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747AbeAZTHn (ORCPT ); Fri, 26 Jan 2018 14:07:43 -0500 Received: by mail-yw0-f194.google.com with SMTP id u17so548701ywg.9 for ; Fri, 26 Jan 2018 11:07:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=omnibond-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ivdL+ZI6hID6FbRfdgMSFEndUEte3JXKN0zeB+kJG0k=; b=orWfkMkL2b1DBXylzKtG8cfz78sole6ENKPFjqVfzG635U//D0aHB2mevmOfls7DFD kw62/FfIkLlajd9CWMYEe26Y6Tx4kFvYlurTQ75T/y+UemoeRd527svGi4u9Arooma0f bv+hMELVH7x0WbaRd6/0AnWLyyNfoLT2YJOlilO2m4QCR/oWa0ISVbYfCM8INUBhAwkW eNEsLuN9xAYnPhQFG76x92yi8RNGw6Hiak0b/eDd5xruFvwnT9xkuZRxRmd7R2AX8yrN w5njy/68hS4VeWazFELdaUU6TueLqSJ2GMJJNNw6lQehz8s+P+1OXlgSRqWpYN7XTF5x WH+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ivdL+ZI6hID6FbRfdgMSFEndUEte3JXKN0zeB+kJG0k=; b=jStv+iyn/Ix4W78jqCvF9zDjk3z5L/hqVZEH8DX8clnvQ7M2BhXwfDVsDvMD4fpVBi 8mGy5pwgqBJSvvb1bEdX4iLYiUAP4H1NRz+moYIkt66v0lnMr0pVO5TAOOOpUrXAqn1L z23B+iYE4gYpC9mkUWUB/Z4P4O1gfopLYBQ1h59hiFQZFPdijI2IT3sodgikp6y5ChIo OY99farm8A96OcLOzO4hr1lhoF1felopAfV2jLm9O2i23FsgnpaxAhlsWKfPnTmt9yTf h7T+etbT0gHxBdZsIQeoGPgP0CVucRCnBlK8c6imzP2shcB6kxGIIuxqMnN58Pnl9EHk UDBA== X-Gm-Message-State: AKwxytfiNGybPvRyo+WffgWbazV90n+cwO3UZbPRQ+C+Lx5yOKy3HF9U SMofySzi9ObF7UcfaU0Y6bvMDA== X-Google-Smtp-Source: AH8x225MxCvEslrQgZgYRtfXVNzmwy/hlxza9XbBj0o+jDsiLbAkWyhFgflEqgbrviRRmDPlP6PAYA== X-Received: by 10.129.73.201 with SMTP id w192mr11964833ywa.387.1516993662906; Fri, 26 Jan 2018 11:07:42 -0800 (PST) Received: from stumphouse.sysblue.org ([24.31.12.185]) by smtp.gmail.com with ESMTPSA id z30sm2283354ywj.15.2018.01.26.11.07.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jan 2018 11:07:41 -0800 (PST) From: Martin Brandenburg To: hubcap@omnibond.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, devel@lists.orangefs.org Cc: Martin Brandenburg Subject: [PATCH 1/7] orangefs: make orangefs_client_debug_init static Date: Fri, 26 Jan 2018 14:07:11 -0500 Message-Id: <20180126190717.11075-2-martin@omnibond.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180126190717.11075-1-martin@omnibond.com> References: <20180126190717.11075-1-martin@omnibond.com> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Martin Brandenburg --- fs/orangefs/orangefs-debugfs.c | 2 +- fs/orangefs/orangefs-debugfs.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c index 1c59dff530de..67d531ad5a56 100644 --- a/fs/orangefs/orangefs-debugfs.c +++ b/fs/orangefs/orangefs-debugfs.c @@ -328,7 +328,7 @@ static int help_show(struct seq_file *m, void *v) /* * initialize the client-debug file. */ -int orangefs_client_debug_init(void) +static int orangefs_client_debug_init(void) { int rc = -ENOMEM; diff --git a/fs/orangefs/orangefs-debugfs.h b/fs/orangefs/orangefs-debugfs.h index b5fd9cd4960f..51147f9ce3d6 100644 --- a/fs/orangefs/orangefs-debugfs.h +++ b/fs/orangefs/orangefs-debugfs.h @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ int orangefs_debugfs_init(int); void orangefs_debugfs_cleanup(void); -int orangefs_client_debug_init(void); int orangefs_prepare_debugfs_help_string(int); int orangefs_debugfs_new_client_mask(void __user *); int orangefs_debugfs_new_client_string(void __user *);