aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
diff options
context:
space:
mode:
authorSuresh Jayaraman <sjayaraman@suse.de>2010-07-06 18:00:10 +0530
committerSteve French <sfrench@us.ibm.com>2010-08-02 12:40:32 +0000
commite4317ceca2bdf4bf91112a21e60f73b4c5a1a5da (patch)
tree490fbc5ee5ef426652cdb4002652fdb610ab42cd /fs/cifs/dir.c
parentabd2e44dca2c5d65e047224c6ba4b4c8059f97f8 (diff)
downloadkernel_samsung_smdk4412-e4317ceca2bdf4bf91112a21e60f73b4c5a1a5da.zip
kernel_samsung_smdk4412-e4317ceca2bdf4bf91112a21e60f73b4c5a1a5da.tar.gz
kernel_samsung_smdk4412-e4317ceca2bdf4bf91112a21e60f73b4c5a1a5da.tar.bz2
cifs: remove an potentially confusing, obsolete comment
The recent commit 6ca9f3bae8b1854794dfa63cdd3b88b7dfe24c13 modified the code so that filp is full instantiated whenever the file is created and passed back. The below comment is no longer true, remove it. Cc: Jeff Layton <jlayton@redhat.com> Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/dir.c')
-rw-r--r--fs/cifs/dir.c6
1 files changed, 0 insertions, 6 deletions
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)