Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4317cec authored by Suresh Jayaraman's avatar Suresh Jayaraman Committed by Steve French
Browse files

cifs: remove an potentially confusing, obsolete comment



The recent commit 6ca9f3ba 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: default avatarSuresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent abd2e44d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -130,12 +130,6 @@ build_path_from_dentry(struct dentry *direntry)
	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)