All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cifs: trivial comment fix: tlink_tree is now a rbtree
@ 2010-11-03  5:23 Suresh Jayaraman
  0 siblings, 0 replies; only message in thread
From: Suresh Jayaraman @ 2010-11-03  5:23 UTC (permalink / raw)
  To: Steve French, linux-cifs; +Cc: Jeff Layton

Noticed while reviewing (late) the rbtree conversion patchset (which has been merged
already).

Cc: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
---

diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index c9699ce..251a17c 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)
  * 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-03  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03  5:23 [PATCH] cifs: trivial comment fix: tlink_tree is now a rbtree Suresh Jayaraman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.