Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125043
b: refs/heads/master
c: 8c056e5
h: refs/heads/master
i:
  125041: e8b50f4
  125039: 7a35844
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 2, 2009
1 parent ff09125 commit 16daae5
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: 4bd43f2c31848d751f63e8753cd2788d48fb5f30
refs/heads/master: 8c056e5b148498192832678cf2957760945e8c71
2 changes: 1 addition & 1 deletion trunk/fs/devpts/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,14 +320,14 @@ devpts_fill_super(struct super_block *s, void *data, int silent)
return -ENOMEM;
}

#ifdef CONFIG_DEVPTS_MULTIPLE_INSTANCES
static int compare_init_pts_sb(struct super_block *s, void *p)
{
if (devpts_mnt)
return devpts_mnt->mnt_sb == s;
return 0;
}

#ifdef CONFIG_DEVPTS_MULTIPLE_INSTANCES
/*
* Safely parse the mount options in @data and update @opts.
*
Expand Down

0 comments on commit 16daae5

Please sign in to comment.