diff options
Diffstat (limited to 'fs/pnode.c')
-rw-r--r-- | fs/pnode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pnode.c b/fs/pnode.c index 595857a1883e..49f6d7ff2139 100644 --- a/fs/pnode.c +++ b/fs/pnode.c | |||
@@ -261,7 +261,6 @@ static int propagate_one(struct mount *m) | |||
261 | child = copy_tree(last_source, last_source->mnt.mnt_root, type); | 261 | child = copy_tree(last_source, last_source->mnt.mnt_root, type); |
262 | if (IS_ERR(child)) | 262 | if (IS_ERR(child)) |
263 | return PTR_ERR(child); | 263 | return PTR_ERR(child); |
264 | child->mnt.mnt_flags &= ~MNT_LOCKED; | ||
265 | mnt_set_mountpoint(m, mp, child); | 264 | mnt_set_mountpoint(m, mp, child); |
266 | last_dest = m; | 265 | last_dest = m; |
267 | last_source = child; | 266 | last_source = child; |