Skip to content
Commit b24ae0b5 authored by Dan Carpenter's avatar Dan Carpenter Committed by Al Viro
Browse files

ocfs2/dlm: use GFP_ATOMIC inside a spin_lock



My static checker complains that this is called with a spin_lock held
in dlm_master_requery_handler() from dlmrecovery.c.  Probably the reason
we have not received any bug reports about this is that recovery is not
a common operation.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarJoel Becker <jlbec@evilplan.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 9b171e0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment