]> git.karo-electronics.de Git - mv-sheeva.git/commit
alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount
authorRoel Kluin <roel.kluin@gmail.com>
Fri, 5 Mar 2010 21:42:28 +0000 (13:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Mar 2010 19:26:27 +0000 (11:26 -0800)
commit77079dbec721a282bf0931385ae10d77cdbac5af
tree7e3a0e3fe650a99b3c245ae6a951c74bf07ec211
parent6822190882ce02ae8ae135026c2b3f17c006960b
alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount

The initial -EINVAL value is overwritten by `retval = PTR_ERR(name)'.  If
this isn't an error pointer and typenr is not 1, 6 or 9, then this retval,
a pointer cast to a long, is returned.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/kernel/osf_sys.c