cifs: eliminate cifs_posix_open_inode_helper
authorJeff Layton <jlayton@redhat.com>
Wed, 13 Oct 2010 22:50:39 +0000 (18:50 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 15 Oct 2010 18:22:21 +0000 (18:22 +0000)
cifs: eliminate cifs_posix_open_inode_helper

This function is redundant. The only thing it does is set the canCache
flags, but those get set in cifs_new_fileinfo anyway.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Suresh Jayaraman <sjayaraman@suse.de>
Acked-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found