]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] s390: dasd proc entries
authorHorst Hummel <horst.hummel@de.ibm.com>
Tue, 11 Apr 2006 05:53:48 +0000 (22:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:38 +0000 (06:18 -0700)
commit7220fe8b7915af4ffcd42d73c285c5898734d087
treef7e15da7fdbb16b9749d3a0f3a79ae2fd99aec40
parent25ee4cf831fcc2855927c175d246a25e5ebe5902
[PATCH] s390: dasd proc entries

The proc_mkdir calls in the dasd driver are not check for NULL pointers.  Add
code to check the pointers and bail out if one of the proc entries could not
be created.

Signed-off-by: Horst Hummel <horst.hummel@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/block/dasd_proc.c