Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251681
b: refs/heads/master
c: 7c6e984
h: refs/heads/master
i:
  251679: a1a2e63
v: v3
  • Loading branch information
Roman Borisov authored and Al Viro committed May 26, 2011
1 parent d99eea5 commit 5f76d44
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: 79fead47c51b874a26cf5865408a5b784b52a929
refs/heads/master: 7c6e984dfca8ff5b04d359a59b24f39a691b87d3
2 changes: 1 addition & 1 deletion trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ static int graft_tree(struct vfsmount *mnt, struct path *path)

static int flags_to_propagation_type(int flags)
{
int type = flags & ~MS_REC;
int type = flags & ~(MS_REC | MS_SILENT);

/* Fail if any non-propagation flags are set */
if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE))
Expand Down

0 comments on commit 5f76d44

Please sign in to comment.