[Ocfs2-devel] [patch] ocfs2/dlm: use GFP_ATOMIC inside a spin_lock

2012-08-15 Thread Dan Carpenter
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: Dan Carpenter diff --git a/fs/ocfs2/dlm/dlmmas

Re: [Ocfs2-devel] [patch] ocfs2/dlm: use GFP_ATOMIC inside a spin_lock

2012-08-14 Thread Joel Becker
On Thu, Jul 26, 2012 at 04:05:05PM +0300, Dan Carpenter wrote: > 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 oper

Re: [Ocfs2-devel] [patch] ocfs2/dlm: use GFP_ATOMIC inside a spin_lock

2012-07-30 Thread Sunil Mushran
On Fri, Jul 27, 2012 at 1:32 PM, Mark Fasheh wrote: > On Thu, Jul 26, 2012 at 04:05:05PM +0300, Dan Carpenter wrote: > > 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

Re: [Ocfs2-devel] [patch] ocfs2/dlm: use GFP_ATOMIC inside a spin_lock

2012-07-27 Thread Mark Fasheh
On Thu, Jul 26, 2012 at 04:05:05PM +0300, Dan Carpenter wrote: > 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 oper