]> git.karo-electronics.de Git - mv-sheeva.git/commit
cifs: add function to get a tcon from cifs_sb
authorJeff Layton <jlayton@redhat.com>
Mon, 20 Sep 2010 23:01:33 +0000 (16:01 -0700)
committerSteve French <sfrench@us.ibm.com>
Wed, 29 Sep 2010 19:04:32 +0000 (19:04 +0000)
commita6e8a8455c94565c53e1a1756d2ab9d9e3a902b8
tree544628293da6aa14a136c915d887d0abdc689a03
parentba00ba64cf0895e4c2ac507e56306363dc125a90
cifs: add function to get a tcon from cifs_sb

When we convert cifs to do multiple sessions per mount, we'll need more
than one tcon per superblock. At that point "cifs_sb->tcon" will make
no sense. Add a new accessor function that gets a tcon given a cifs_sb.
For now, it just returns cifs_sb->tcon. Later it'll do more.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
13 files changed:
fs/cifs/cifs_dfs_ref.c
fs/cifs/cifsacl.c
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/dir.c
fs/cifs/file.c
fs/cifs/fscache.c
fs/cifs/inode.c
fs/cifs/link.c
fs/cifs/misc.c
fs/cifs/readdir.c
fs/cifs/xattr.c