[CIFS] Prevent OOPs when mounting with remote prefixpath.
authorIgor Mammedov <niallain@gmail.com>
Tue, 10 Feb 2009 11:10:26 +0000 (14:10 +0300)
committerSteve French <sfrench@us.ibm.com>
Sat, 21 Feb 2009 03:36:21 +0000 (03:36 +0000)
Fixes OOPs with message 'kernel BUG at fs/cifs/cifs_dfs_ref.c:274!'.
Checks if the prefixpath in an accesible while we are still in cifs_mount
and fails with reporting a error if we can't access the prefixpath

Should fix Samba bugs 6086 and 5861 and kernel bug 12192

Signed-off-by: Igor Mammedov <niallain@gmail.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found