From patchwork Tue Jul 6 12:33:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suresh Jayaraman X-Patchwork-Id: 110420 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o66CXFRr007677 for ; Tue, 6 Jul 2010 12:33:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753534Ab0GFMdl (ORCPT ); Tue, 6 Jul 2010 08:33:41 -0400 Received: from victor.provo.novell.com ([137.65.250.26]:52955 "EHLO victor.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761Ab0GFMdl (ORCPT ); Tue, 6 Jul 2010 08:33:41 -0400 Received: from localhost (prv-ext-foundry1int.gns.novell.com [137.65.251.240]) by victor.provo.novell.com with ESMTP; Tue, 06 Jul 2010 06:33:39 -0600 From: Suresh Jayaraman To: linux-cifs@vger.kernel.org Cc: Jeff Layton Subject: [PATCH] cifs: remove an potentially confusing, obsolete comment Date: Tue, 6 Jul 2010 18:03:36 +0530 Message-Id: <1278419616-8368-1-git-send-email-sjayaraman@suse.de> X-Mailer: git-send-email 1.6.4.2 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 06 Jul 2010 12:33:54 +0000 (UTC) diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index e7ae78b..a7de5e9 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c @@ -130,12 +130,6 @@ cifs_bp_rename_retry: return full_path; } -/* - * When called with struct file pointer set to NULL, there is no way we could - * update file->private_data, but getting it stuck on openFileList provides a - * way to access it from cifs_fill_filedata and thereby set file->private_data - * from cifs_open. - */ struct cifsFileInfo * cifs_new_fileinfo(struct inode *newinode, __u16 fileHandle, struct file *file, struct vfsmount *mnt, unsigned int oflags)