From d1424f783a9b30cc3d8633127a248a59b7b7b9c2 Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Tue, 6 Jul 2010 18:00:10 +0530 Subject: [PATCH] --- yaml --- r: 201701 b: refs/heads/master c: e4317ceca2bdf4bf91112a21e60f73b4c5a1a5da h: refs/heads/master i: 201699: 38fd124d22437bb0b94c8af5db4b252b6492bf3c v: v3 --- [refs] | 2 +- trunk/fs/cifs/dir.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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)