]> git.neil.brown.name Git - history.git/commit
[PATCH] missing check in do_add_mount()
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Thu, 18 Mar 2004 13:38:43 +0000 (05:38 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 18 Mar 2004 13:38:43 +0000 (05:38 -0800)
commitd2a4a177a25de3099c2a6bb0272211728261228d
tree6c73629475f8adad9fbab8b692ab9ba631ff686f
parent4143a41318e8aee92f49e0de9f596c518cb9d4ae
[PATCH] missing check in do_add_mount()

Make sure that we don't end up with symlink mounted over something

(mount --bind is safe since we use LOOKUP_FOLLOW in pathname resolution
there).
fs/namespace.c