diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index e7ae78b66fa15b89162b18a12d76c90f48b8b508..a7de5e9fff11f166b23dd472149277bf059c50fa 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c @@ -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)