Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292355
b: refs/heads/master
c: 2452992
h: refs/heads/master
i:
  292353: 4088d53
  292351: f68dd39
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent adeda30 commit 7676855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ea23b453103e7495ef0a90c86b92f27e17092bfa
refs/heads/master: 2452992aa78315bf0f510620d22fae8ecb40a2eb
2 changes: 1 addition & 1 deletion trunk/fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *c
spin_lock(&pin_fs_lock);
if (unlikely(!*mount)) {
spin_unlock(&pin_fs_lock);
mnt = vfs_kern_mount(type, 0, type->name, NULL);
mnt = vfs_kern_mount(type, MS_KERNMOUNT, type->name, NULL);
if (IS_ERR(mnt))
return PTR_ERR(mnt);
spin_lock(&pin_fs_lock);
Expand Down

0 comments on commit 7676855

Please sign in to comment.