-
- Downloads
cifs: add refcounted and timestamped container for holding tcons
Eventually, we'll need to track the use of tcons on a per-sb basis, so that we know when it's ok to tear them down. Begin this conversion by adding a new "tcon_link" struct and accessors that get it. For now, the core data structures are untouched -- cifs_sb still just points to a single tcon and the pointers are just cast to deal with the accessor functions. A later patch will flesh this out. Signed-off-by:Jeff Layton <jlayton@redhat.com> Signed-off-by:
Steve French <sfrench@us.ibm.com>
Showing
- fs/cifs/cifs_dfs_ref.c 12 additions, 9 deletionsfs/cifs/cifs_dfs_ref.c
- fs/cifs/cifsacl.c 33 additions, 9 deletionsfs/cifs/cifsacl.c
- fs/cifs/cifsglob.h 38 additions, 13 deletionsfs/cifs/cifsglob.h
- fs/cifs/dir.c 48 additions, 17 deletionsfs/cifs/dir.c
- fs/cifs/file.c 8 additions, 1 deletionfs/cifs/file.c
- fs/cifs/inode.c 122 additions, 35 deletionsfs/cifs/inode.c
- fs/cifs/link.c 58 additions, 29 deletionsfs/cifs/link.c
- fs/cifs/readdir.c 18 additions, 14 deletionsfs/cifs/readdir.c
- fs/cifs/xattr.c 39 additions, 21 deletionsfs/cifs/xattr.c
Loading
Please register or sign in to comment