dect
/
linux-2.6
Archived
13
0
Fork 0

cifs: initialize tlink_tree_lock and tlink_tree

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Jeff Layton 2010-10-08 12:20:12 -04:00 committed by Steve French
parent 6ea75952d7
commit 0dd12c2195
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ cifs_read_super(struct super_block *sb, void *data,
if (cifs_sb == NULL)
return -ENOMEM;
spin_lock_init(&cifs_sb->tlink_tree_lock);
INIT_RADIX_TREE(&cifs_sb->tlink_tree, GFP_KERNEL);
rc = bdi_setup_and_register(&cifs_sb->bdi, "cifs", BDI_CAP_MAP_COPY);
if (rc) {
kfree(cifs_sb);