Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197970
b: refs/heads/master
c: 51ee049
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Al Viro committed May 21, 2010
1 parent 9ad9e85 commit 82a13c0
Show file tree
Hide file tree
Showing 3 changed files with 3 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: cc9106247de92549e50abb0ba12d6b2fdbf0be55
refs/heads/master: 51ee049e771c14a29aaee8ecd6cbbe14db088f3a
1 change: 1 addition & 0 deletions trunk/fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static struct super_block *alloc_super(struct file_system_type *type)
s->s_count = 1;
atomic_set(&s->s_active, 1);
mutex_init(&s->s_vfs_rename_mutex);
lockdep_set_class(&s->s_vfs_rename_mutex, &type->s_vfs_rename_key);
mutex_init(&s->s_dquot.dqio_mutex);
mutex_init(&s->s_dquot.dqonoff_mutex);
init_rwsem(&s->s_dquot.dqptr_sem);
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,7 @@ struct file_system_type {

struct lock_class_key s_lock_key;
struct lock_class_key s_umount_key;
struct lock_class_key s_vfs_rename_key;

struct lock_class_key i_lock_key;
struct lock_class_key i_mutex_key;
Expand Down

0 comments on commit 82a13c0

Please sign in to comment.