]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit2f4f26fcf393ef4a44abe10e79c1966e64e86055
tree0a1f2430336cea006a47d4dc835a9e271ce90dc0
parent6221ddd0f5e2ddc1d5d928119a2cde033d16f96d
cifs: eliminate cifs_posix_open_inode_helper

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>
fs/cifs/file.c