From patchwork Thu May 19 01:57:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 9123501 Return-Path: X-Original-To: patchwork-cifs-client@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B62AEBF29F for ; Thu, 19 May 2016 01:57:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C89182022A for ; Thu, 19 May 2016 01:57:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CADE9201FE for ; Thu, 19 May 2016 01:57:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643AbcESB5z (ORCPT ); Wed, 18 May 2016 21:57:55 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:35911 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807AbcESB5y (ORCPT ); Wed, 18 May 2016 21:57:54 -0400 Received: by mail-oi0-f68.google.com with SMTP id i2so13564011oib.3 for ; Wed, 18 May 2016 18:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=SyYVqwpnd82r/BCfJvKUxr3BMJ92mehx62ncoogA9I0=; b=0mOxglX9eMNzoMRKDAPQ08Aq+YlXbAVlTt/P0NDtc9HDJ0EfXzMoArtVQiXXmXvJlD X1bGHwKAmPO52LxhEDKF/RKh35bJZuZnMuo+yGWsFbUL5j5Txmh3Xm1yyd/pKGe1Da+u C3KF4k2FpR8AZOCcGfEZIDuNQYf0+d+C5N+bGMlG7MGB4O+fxDZorsRWWAo4QKBh+mv5 rRo381a13ckmp5k3UsZsYt1ZDqNKMcYFqxrYQTnXerDYpgE2bhxPZ7AOTNG5SRJjOxd1 LmfkGR+/f4ugjSKuFwyYnAbFTdtttmEg/l/ZLnFUmWgsuZXLRH4l9lSDYaFcMmVvbbp8 BrKw== 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; bh=SyYVqwpnd82r/BCfJvKUxr3BMJ92mehx62ncoogA9I0=; b=UDswG4hv0RUQ96Lg35WhAZmZunByPJaANawIPedx/HTKKeucU65FrTP3cSYC5kbLzH 3Pu6cERrfPeNV1Sb9IHlu6g3AJNTnuOqbHcCnZEF1REO28XdQTVZHAj/MugVppwDoir3 iLOE0FJKGI5XbakTOFPMETav7QOa3m5xDFaeN0AjLi4vf/nK4uwm/8fu/ffa6m+dP4q+ wUN65NXKJuO46XC4lNoIuWJ+y2pQXheVPXDb5xOVJdbthiL/mHbIm4RSf/f4S7OBhBCJ 8KnZbTuwNFMnc+5EipIZJLsRb8p3fv9ELIQQDWZaFNle0MmfQ1MR/oB/fkUIseRjOehB VPFA== X-Gm-Message-State: AOPr4FWKGVZ+KHGkDJKlZBY2ngeOHsMOf4Og57rQ+NV/ReOmPwednoD+MejNbEaOp6WcwQ== X-Received: by 10.202.66.5 with SMTP id p5mr6276017oia.65.1463623073439; Wed, 18 May 2016 18:57:53 -0700 (PDT) Received: from ubuntu.localdomain (cpe-68-203-16-26.austin.res.rr.com. [68.203.16.26]) by smtp.gmail.com with ESMTPSA id 93sm3235447otf.9.2016.05.18.18.57.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 May 2016 18:57:52 -0700 (PDT) From: Steve French To: linux-cifs@vger.kernel.org Cc: Steve French , Stephen Rothwell , Al Viro , Steve French Subject: [PATCH] CIFS: Remove some obsolete comments Date: Wed, 18 May 2016 20:57:33 -0500 Message-Id: <1463623053-117056-1-git-send-email-smfrench@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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 Remove some obsolete comments in the cifs inode_operations structs that were pointed out by Stephen Rothwell. CC: Stephen Rothwell CC: Al Viro Signed-off-by: Steve French Acked-By: Sachin Prabhu --- fs/cifs/cifsfs.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 67f622d..5d8b7ed 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -890,7 +890,6 @@ const struct inode_operations cifs_dir_inode_ops = { .rmdir = cifs_rmdir, .rename2 = cifs_rename2, .permission = cifs_permission, -/* revalidate:cifs_revalidate, */ .setattr = cifs_setattr, .symlink = cifs_symlink, .mknod = cifs_mknod, @@ -901,9 +900,8 @@ const struct inode_operations cifs_dir_inode_ops = { }; const struct inode_operations cifs_file_inode_ops = { -/* revalidate:cifs_revalidate, */ .setattr = cifs_setattr, - .getattr = cifs_getattr, /* do we need this anymore? */ + .getattr = cifs_getattr, .permission = cifs_permission, .setxattr = generic_setxattr, .getxattr = generic_getxattr, @@ -915,9 +913,6 @@ const struct inode_operations cifs_symlink_inode_ops = { .readlink = generic_readlink, .get_link = cifs_get_link, .permission = cifs_permission, - /* BB add the following two eventually */ - /* revalidate: cifs_revalidate, - setattr: cifs_notify_change, *//* BB do we need notify change */ .setxattr = generic_setxattr, .getxattr = generic_getxattr, .listxattr = cifs_listxattr,