Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98688
b: refs/heads/master
c: c4a2d7f
h: refs/heads/master
v: v3
  • Loading branch information
Michael Halcrow authored and Linus Torvalds committed Jul 4, 2008
1 parent 116eb12 commit d86d6de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10dd08dc04c881dcc9f7f19e2a3ad8e0778e4db5
refs/heads/master: c4a2d7fbec3029c8891a3ad5fceec2992096a3b7
2 changes: 0 additions & 2 deletions trunk/fs/ecryptfs/miscdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,11 @@ int ecryptfs_init_ecryptfs_miscdev(void)
int rc;

atomic_set(&ecryptfs_num_miscdev_opens, 0);
mutex_lock(&ecryptfs_daemon_hash_mux);
rc = misc_register(&ecryptfs_miscdev);
if (rc)
printk(KERN_ERR "%s: Failed to register miscellaneous device "
"for communications with userspace daemons; rc = [%d]\n",
__func__, rc);
mutex_unlock(&ecryptfs_daemon_hash_mux);
return rc;
}

Expand Down

0 comments on commit d86d6de

Please sign in to comment.