]> git.karo-electronics.de Git - mv-sheeva.git/commit
cifs: add tcon field to cifsFileInfo struct
authorJeff Layton <jlayton@redhat.com>
Mon, 20 Sep 2010 23:01:30 +0000 (16:01 -0700)
committerSteve French <sfrench@us.ibm.com>
Wed, 29 Sep 2010 19:04:31 +0000 (19:04 +0000)
commit5fe97cfddc426f3145e8673b68faab7e54462173
tree8ef6646ef8237c2757ecb8333a09899c946e4b86
parent736a33205969c16f81d747db14ff4c0f133609a6
cifs: add tcon field to cifsFileInfo struct

Eventually, we'll have more than one tcon per superblock. At that point,
we'll need to know which one is associated with a particular fid. For
now, this is just set from the cifs_sb->tcon pointer, but eventually
the caller of cifs_new_fileinfo will pass a tcon pointer in.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsglob.h
fs/cifs/dir.c