diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-11-03 01:23:49 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-11-04 15:35:30 -0400 |
commit | 6ef933a38ade555a175ecab9d803e6bb73399763 (patch) | |
tree | 4def2e603604ce790709748e7729688bee3f2a3a /fs | |
parent | 54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e (diff) |
cifs: trivial comment fix: tlink_tree is now a rbtree
Noticed while reviewing (late) the rbtree conversion patchset (which has been merged
already).
Cc: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index c9699ce767b6..251a17c03545 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -3324,7 +3324,7 @@ tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) | |||
3324 | * If the superblock doesn't refer to a multiuser mount, then just return | 3324 | * If the superblock doesn't refer to a multiuser mount, then just return |
3325 | * the master tcon for the mount. | 3325 | * the master tcon for the mount. |
3326 | * | 3326 | * |
3327 | * First, search the radix tree for an existing tcon for this fsuid. If one | 3327 | * First, search the rbtree for an existing tcon for this fsuid. If one |
3328 | * exists, then check to see if it's pending construction. If it is then wait | 3328 | * exists, then check to see if it's pending construction. If it is then wait |
3329 | * for construction to complete. Once it's no longer pending, check to see if | 3329 | * for construction to complete. Once it's no longer pending, check to see if |
3330 | * it failed and either return an error or retry construction, depending on | 3330 | * it failed and either return an error or retry construction, depending on |