Re: assertion failed: page_ops & PAGE_LOCK

2017-03-06 Thread Liu Bo
at @index. */ ASSERT(page_ops & PAGE_LOCK); - return ret; + err = -EAGAIN; + goto out; } for (i = 0; i < ret; i++) { > assertion failed: page_ops & PAGE_LOCK, file: fs/btrfs/

Re: assertion failed: page_ops & PAGE_LOCK

2017-03-06 Thread Liu Bo
orking on it. Thanks, -liubo > > assertion failed: page_ops & PAGE_LOCK, file: fs/btrfs/extent_io.c, line: 1716 > [ cut here ] > kernel BUG at fs/btrfs/ctree.h:3423! > invalid opcode: [#1] PREEMPT SMP DEBUG_PAGEALLOC > CPU: 1 PID: 32625 Comm: trinity-c40

assertion failed: page_ops & PAGE_LOCK

2017-03-05 Thread Dave Jones
After commenting out the assertion that Liu bo pointed out was bogus, my trinity runs last a little longer.. This is a new one I think.. assertion failed: page_ops & PAGE_LOCK, file: fs/btrfs/extent_io.c, line: 1716 [ cut here ] kernel BUG at fs/btrfs/ctree.h:3423! inv