commit | 5fe97cfddc426f3145e8673b68faab7e54462173 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Sep 20 16:01:30 2010 -0700 |
committer | Steve French <sfrench@us.ibm.com> | Wed Sep 29 19:04:31 2010 +0000 |
tree | 8ef6646ef8237c2757ecb8333a09899c946e4b86 | |
parent | 736a33205969c16f81d747db14ff4c0f133609a6 [diff] |
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>