Re: [Ocfs2-devel] question related to [PATCH 1/1] BUG_ON(lockres-l_level != DLM_LOCK_EX ...

2015-03-04 Thread Mark Fasheh
On Mon, Mar 02, 2015 at 05:30:51PM -0800, Tariq Saeed wrote: Ocfs2-devel] [PATCH 1/1] BUG_ON(lockres-l_level != DLM_LOCK_EX !checkpointed) tripped in ocfs2_ci_checkpointed As I was working on this patch, I noticed that the changes in ocfs2_setattr are done in more than one transaction --

Re: [Ocfs2-devel] [PATCH 1/1] BUG_ON(lockres-l_level != DLM_LOCK_EX !checkpointed) tripped in ocfs2_ci_checkpointed

2015-03-04 Thread Mark Fasheh
Hi Tariq, Thanks for the patch, btw if you want your patches to go upstream you'll have a much better chance if you CC Me and Andrew (along with the mailing list). Comments inline: On Mon, Mar 02, 2015 at 02:03:17PM -0800, Tariq Saeed wrote: Orabug: 20189959 PID: 614TASK:

[Ocfs2-devel] [PATCH] ocfs2: fix typo in ocfs2_reserve_local_alloc_bits

2015-03-04 Thread Joseph Qi
In ocfs2_reserve_local_alloc_bits, it calls ocfs2_error if local alloc inode bitmap used bits mismatch, but the log mistakes it as free bits. Signed-off-by: Joseph Qi joseph...@huawei.com --- fs/ocfs2/localalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git