Re: [PATCH] xfs: fix an assertion failure

2013-07-29 Thread Zhi Yong Wu
On Fri, Jul 26, 2013 at 7:37 PM, Dave Chinner wrote: > On Fri, Jul 26, 2013 at 02:01:23PM +0800, Zhi Yong Wu wrote: >> No, it still raised the same assertion as below: >> >> [ 521.715103] XFS: Assertion failed: !(bip->bli_item.li_flags & >> XFS_LI_IN_AIL), file: fs/xfs/xfs_buf_item.c, line: 940 >

Re: [PATCH] xfs: fix an assertion failure

2013-07-26 Thread Dave Chinner
On Fri, Jul 26, 2013 at 02:01:23PM +0800, Zhi Yong Wu wrote: > No, it still raised the same assertion as below: > > [ 521.715103] XFS: Assertion failed: !(bip->bli_item.li_flags & > XFS_LI_IN_AIL), file: fs/xfs/xfs_buf_item.c, line: 940 How are you reproducing it? Can you take an event trace wi

Re: [PATCH] xfs: fix an assertion failure

2013-07-25 Thread Zhi Yong Wu
No, it still raised the same assertion as below: [ 521.715103] XFS: Assertion failed: !(bip->bli_item.li_flags & XFS_LI_IN_AIL), file: fs/xfs/xfs_buf_item.c, line: 940 [ 521.716378] [ cut here ] [ 521.716934] kernel BUG at fs/xfs/xfs_message.c:108! [ 521.717364] invalid

Re: [PATCH] xfs: fix an assertion failure

2013-07-25 Thread Dave Chinner
On Thu, Jul 25, 2013 at 09:38:44PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > When running the compilebench, one assertion failure was found. > This related line of code was introduced by commit 5f6bed76c0. > > commit 5f6bed76c0c85cb4d04885a5de00b629deee550b > Author: Dave Chin

[PATCH] xfs: fix an assertion failure

2013-07-25 Thread zwu . kernel
From: Zhi Yong Wu When running the compilebench, one assertion failure was found. This related line of code was introduced by commit 5f6bed76c0. commit 5f6bed76c0c85cb4d04885a5de00b629deee550b Author: Dave Chinner Date: Thu Jun 27 16:04:52 2013 +1000 xfs: Introduce an ordered buffer it