From patchwork Tue Jun 16 14:47:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Tao X-Patchwork-Id: 6618801 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 070A69F1C1 for ; Tue, 16 Jun 2015 14:49:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2D411207DF for ; Tue, 16 Jun 2015 14:49:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1AE93207DC for ; Tue, 16 Jun 2015 14:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756594AbbFPOtB (ORCPT ); Tue, 16 Jun 2015 10:49:01 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:33557 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756616AbbFPOtA (ORCPT ); Tue, 16 Jun 2015 10:49:00 -0400 Received: by padev16 with SMTP id ev16so14234302pad.0 for ; Tue, 16 Jun 2015 07:49:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=YucTaa/SYt+wg7hpfou9k5vbm2pvOcekBuK8HYz3S4s=; b=b72RRiEDX6q4z1lm2HL8yDfAuextBiBA0RdGhZlxSgVev9YD7+wOGJRnkqlwW/B+9z sK0OKg3YMZxaPbR3ZuOO1TslXh1MAtQWdE2jQTcydmLbwy1YiwcYdiiEeFDOX4UM9k8i qrEEOmeO2F34mIlhTgrN4MMYtG/eqWLR3PXa7NQ6ExQxNme9wNipVIwRyp/NIBBa7IUx M2lzLpghnenpem9tZ/KbyCG16ufle/e7pSZSPoFztfgMBBZ0KheLMyCdAaG7FC2OV7h9 DX1bwHGRdm0dl/WKd9xFTZRFMVBsC18J73dhCZPHb3SkkmbFNPigyFHAZXqam5gq/H7E XdDg== X-Gm-Message-State: ALoCoQmfpsXycDBHn0JFj6vZwAm3fX6gQJxt7eYQelDRzFyzwDlUW33nHeWNVk+1lFciMfSam9sL X-Received: by 10.68.68.175 with SMTP id x15mr1240860pbt.91.1434466140472; Tue, 16 Jun 2015 07:49:00 -0700 (PDT) Received: from lear.localdomain (ec2-54-65-164-9.ap-northeast-1.compute.amazonaws.com. [54.65.164.9]) by mx.google.com with ESMTPSA id wa4sm1698677pab.17.2015.06.16.07.48.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Jun 2015 07:48:59 -0700 (PDT) From: Peng Tao To: linux-nfs Cc: Trond Myklebust Subject: [PATCH 04/11] pNFS/flexfiles: Remove unused struct members user_name, group_name Date: Tue, 16 Jun 2015 22:47:25 +0800 Message-Id: <1434466052-10491-5-git-send-email-tao.peng@primarydata.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1434466052-10491-1-git-send-email-tao.peng@primarydata.com> References: <1434466052-10491-1-git-send-email-tao.peng@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=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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: Trond Myklebust Signed-off-by: Trond Myklebust --- fs/nfs/flexfilelayout/flexfilelayout.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/nfs/flexfilelayout/flexfilelayout.h b/fs/nfs/flexfilelayout/flexfilelayout.h index 070f204..275e4b7 100644 --- a/fs/nfs/flexfilelayout/flexfilelayout.h +++ b/fs/nfs/flexfilelayout/flexfilelayout.h @@ -48,8 +48,6 @@ struct nfs4_ff_layout_mirror { u32 fh_versions_cnt; struct nfs_fh *fh_versions; nfs4_stateid stateid; - struct nfs4_string user_name; - struct nfs4_string group_name; u32 uid; u32 gid; struct rpc_cred *cred;