]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vfs: Keep a list of mounts on a mount point
authorEric W. Biederman <ebiederman@twitter.com>
Mon, 23 Sep 2013 02:37:01 +0000 (19:37 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 24 Feb 2014 23:19:18 +0000 (15:19 -0800)
commit298fc1acf0a02dbd9bf6f21c40c68093670c1f4b
tree7fff499cf514992558b820f2978189f39d9f30c8
parent3dd905eaa258aa3d11640dfce2135e4af82a620f
vfs: Keep a list of mounts on a mount point

To spot any possible problems call BUG if a mountpoint
is put when it's list of mounts is not empty.

Reviewed-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Eric W. Biederman <ebiederman@twitter.com>
fs/mount.h
fs/namespace.c