[PATCH] check for null vfsmount in dentry_open()
authorChristoph Hellwig <hch@lst.de>
Fri, 15 Feb 2008 22:37:24 +0000 (14:37 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 19 Mar 2008 10:50:44 +0000 (06:50 -0400)
commit322ee5b36eac42e762526b0df7fa432beba6e7a0
tree2499695b67123a8d463a1e59e91aa793f4803c10
parent3227e14c3cab5ef7972c72eb13c13de444b5bfbc
[PATCH] check for null vfsmount in dentry_open()

Make sure no-one calls dentry_open with a NULL vfsmount argument and crap
out with a stacktrace otherwise.  A NULL file->f_vfsmnt has always been
problematic, but with the per-mount r/o tracking we can't accept anymore
at all.

[AV] the last place that passed NULL had been eliminated by the previous
patch (reiserfs xattr stuff)

Acked-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/open.c