commit | 554a826e0a29f1a88e5a5332f0718c059885ec17 | [log] [tgz] |
---|---|---|
author | Horst Hummel <horst.hummel@de.ibm.com> | Fri Mar 24 03:15:24 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 24 07:33:17 2006 -0800 |
tree | 3251034cf7373c9d61f7107c1a52c0c9bf8f8afc | |
parent | d0b2eaa374afd10960a507a3f2ce2f24b85826e4 [diff] |
[PATCH] s390: random values in result of BIODASDINFO2 Use kzalloc to get a zeroed buffer for the structure returned to user space by the BIODASDINFO2 ioctl. Not all fields are set up, e.g. the read_devno is missing. 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>