From patchwork Tue Jun 23 11:51:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peng Tao X-Patchwork-Id: 6659871 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 06FBC9F399 for ; Tue, 23 Jun 2015 11:52:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4621F2063E for ; Tue, 23 Jun 2015 11:52:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64E912063C for ; Tue, 23 Jun 2015 11:52:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752527AbbFWLwg (ORCPT ); Tue, 23 Jun 2015 07:52:36 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:36405 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753097AbbFWLwg (ORCPT ); Tue, 23 Jun 2015 07:52:36 -0400 Received: by paceq1 with SMTP id eq1so5589895pac.3 for ; Tue, 23 Jun 2015 04:52:35 -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=7fJYop/ol1mRRoskrk8qx4JZVrTgD9hSY1Yug9QlmW0=; b=Mv1/oSwhXPFl4KyIOqVA/QacOBj/+zHUqW295SdOQR4jREeGF26FRF8fR3MhyjrJ/o S/byS6boJot3/xarC1MAFxJslbeMjVEZwI1IUFcQfSpswZmgSw7Ou+e8y1f/fweLvNwf Hu/JjyEHoqfAfu2bc5NELNJQdFTaeQNl0FNDmvGAWudz2KpB6rU1irIqtKbuQjkd36hK 9dupnNetSVCQsZ1Wj8h6ITNTQkKxd/UaHWARJjEY8Y8Ve54A7QtV21SMO6P+rFfinT1f N2wMISX5yTsHrcHICeO9MVfzVbN+RBZU+J6qeLklikJNkME+yHHyj/NAdhA1cgXrzm1H Ehog== X-Gm-Message-State: ALoCoQmlVs4AgeJzfSpOM+e0sTY3uOVOPucOur37mgZnnPkTk0h4MbyocEgNO0JAIoNoNbjcVX+N X-Received: by 10.70.42.73 with SMTP id m9mr67311996pdl.84.1435060355531; Tue, 23 Jun 2015 04:52:35 -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 kh6sm22995755pbc.50.2015.06.23.04.52.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 04:52:35 -0700 (PDT) From: Peng Tao To: linux-nfs Cc: Trond Myklebust Subject: [PATCH-v2 04/10] pNFS/flexfiles: Remove unused struct members user_name, group_name Date: Tue, 23 Jun 2015 19:51:58 +0800 Message-Id: <1435060324-13279-5-git-send-email-tao.peng@primarydata.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1435060324-13279-1-git-send-email-tao.peng@primarydata.com> References: <1435060324-13279-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=-8.3 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 Reviewed-by: Jeff Layton 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;