commit | 0a5eb7c8189922e86a840972cd0b57e41de6f031 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederman@twitter.com> | Sun Sep 22 19:37:01 2013 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:38:54 2014 -0400 |
tree | ee3f026727cff4acf5d7adbd7674d4177677f12f | |
parent | 7af1364ffa64db61e386628594836e13d2ef04b5 [diff] |
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. AV: use hlist instead of list_head Reviewed-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Eric W. Biederman <ebiederman@twitter.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>