diff --git a/[refs] b/[refs] index 16ee81112298..0efee1496f4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abd2e44dca2c5d65e047224c6ba4b4c8059f97f8 +refs/heads/master: e4317ceca2bdf4bf91112a21e60f73b4c5a1a5da diff --git a/trunk/fs/cifs/dir.c b/trunk/fs/cifs/dir.c index e7ae78b66fa1..a7de5e9fff11 100644 --- a/trunk/fs/cifs/dir.c +++ b/trunk/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)