From b0c2da99f3640da962031f659d57c496d3ec5339 Mon Sep 17 00:00:00 2001 From: Suresh Jayaraman Date: Wed, 3 Nov 2010 10:53:49 +0530 Subject: [PATCH] --- yaml --- r: 221591 b: refs/heads/master c: 6ef933a38ade555a175ecab9d803e6bb73399763 h: refs/heads/master i: 221589: 565c0a6341f84afd37b662aa166cb2b03f7d2c47 221587: a845c7de5ebcf21b10b45005774d6ce373b4c0a0 221583: 1055d594cb09a39cc5bf916ec8a36a2ee152eee3 v: v3 --- [refs] | 2 +- trunk/fs/cifs/connect.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5b862aa9acb6..151de2696205 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 54eeafe1e4fb7b11da17adacacb1fbe279e0cf6e +refs/heads/master: 6ef933a38ade555a175ecab9d803e6bb73399763 diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index c9699ce767b6..251a17c03545 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -3324,7 +3324,7 @@ tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) * If the superblock doesn't refer to a multiuser mount, then just return * the master tcon for the mount. * - * First, search the radix tree for an existing tcon for this fsuid. If one + * First, search the rbtree for an existing tcon for this fsuid. If one * exists, then check to see if it's pending construction. If it is then wait * for construction to complete. Once it's no longer pending, check to see if * it failed and either return an error or retry construction, depending on