You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] shared mounts: cleanup
Small cleanups in shared mounts code. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Cc: Ram Pai <linuxram@us.ibm.com> Cc: <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
4a0d11fae5
commit
bf066c7db7
+1
-1
@@ -103,7 +103,7 @@ static struct vfsmount *propagation_next(struct vfsmount *m,
|
||||
struct vfsmount *next;
|
||||
struct vfsmount *master = m->mnt_master;
|
||||
|
||||
if ( master == origin->mnt_master ) {
|
||||
if (master == origin->mnt_master) {
|
||||
next = next_peer(m);
|
||||
return ((next == origin) ? NULL : next);
|
||||
} else if (m->mnt_slave.next != &master->mnt_slave_list)
|
||||
|
||||
Reference in New Issue
Block a user