linux/fs/nfs/blocklayout
Dan Carpenter e138ead73f NFS: null dereference in dev_remove()
In commit 5ffaf85541 "NFS: replace global bl_wq with per-net one" we
made "msg" a pointer instead of a struct stored in stack memory.  But we
forgot to change the memset() here so we're still clearing stack memory
instead clearing the struct like we intended.  It will lead to a kernel
crash.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2012-03-13 15:33:08 -04:00
..
Makefile pnfsblock: remove device operations 2011-07-31 12:18:16 -04:00
blocklayout.c NFS: replace global bl_wq with per-net one 2012-03-11 10:57:35 -04:00
blocklayout.h NFS: replace global bl_wq with per-net one 2012-03-11 10:57:35 -04:00
blocklayoutdev.c NFS: replace global bl_wq with per-net one 2012-03-11 10:57:35 -04:00
blocklayoutdm.c NFS: null dereference in dev_remove() 2012-03-13 15:33:08 -04:00
extents.c NFS: Use kcalloc() when allocating arrays 2012-01-31 19:28:22 -05:00