Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185728
b: refs/heads/master
c: 0ceeca5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 3, 2010
1 parent 3a939f9 commit 79f95cb
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: 8089352a13b785d4e0df63d87bd2b71c76bb9aee
refs/heads/master: 0ceeca5a08abb1d880f0cc0ea812ad14932070e0
2 changes: 1 addition & 1 deletion trunk/fs/hppfs/hppfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ static int hppfs_fill_super(struct super_block *sb, void *d, int silent)
struct vfsmount *proc_mnt;
int err = -ENOENT;

proc_mnt = do_kern_mount("proc", 0, "proc", NULL);
proc_mnt = mntget(current->nsproxy->pid_ns->proc_mnt);
if (IS_ERR(proc_mnt))
goto out;

Expand Down

0 comments on commit 79f95cb

Please sign in to comment.