Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213423
b: refs/heads/master
c: 0dd12c2
h: refs/heads/master
i:
  213421: ea36336
  213419: 202606e
  213415: e5b4169
  213407: 54ad648
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Oct 8, 2010
1 parent 6a7b497 commit c4c9a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ea75952d7c671ea8b0d7b66f82afcafbb5d20c2
refs/heads/master: 0dd12c21951e085357046b68c3a108273062d2aa
3 changes: 3 additions & 0 deletions trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c4c9a7a

Please sign in to comment.