commit | 25c7f41e9234f60af30e086278f1de7974f8816f | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastry@etersoft.ru> | Thu May 26 23:35:47 2011 +0400 |
committer | Steve French <sfrench@us.ibm.com> | Fri May 27 03:53:23 2011 +0000 |
tree | 41cb4da532da30418da2d33e5376ddbf9f65958a | |
parent | f87d39d951329cd8f462bf9007d334122c0599d0 [diff] |
CIFS: Migrate to shared superblock model Add cifs_match_super to use in sget to share superblock between mounts that have the same //server/sharename, credentials and mount options. It helps us to improve performance on work with future SMB2.1 leases. Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Steve French <sfrench@us.ibm.com>