Re: WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()

2013-02-26 Thread Liu Bo
On Tue, Feb 26, 2013 at 09:20:43AM -0500, Josef Bacik wrote: > On Sun, Feb 24, 2013 at 07:55:46PM -0700, Marc MERLIN wrote: > > Is this useful to anyone? > > > > Got this after a crash/reboot: > > > > if (block_rsv) { > > WARN_ON(block_rsv->size > 0); << > >

Re: WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()

2013-02-26 Thread Marc MERLIN
On Tue, Feb 26, 2013 at 03:02:01PM +0800, Liu Bo wrote: > On Sun, Feb 24, 2013 at 06:55:46PM -0800, Marc MERLIN wrote: > > Is this useful to anyone? > > > > Hi Marc, > > Thanks for the report, of course they're useful. Thanks. I wasn't sure since I haven't seen the real problem of crashes duri

Re: WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()

2013-02-26 Thread Josef Bacik
On Sun, Feb 24, 2013 at 07:55:46PM -0700, Marc MERLIN wrote: > Is this useful to anyone? > > Got this after a crash/reboot: > > if (block_rsv) { > WARN_ON(block_rsv->size > 0); << > btrfs_free_block_rsv(root, block_rsv); > } > Fixed i

Re: WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()

2013-02-25 Thread Liu Bo
fter a crash/reboot: > > if (block_rsv) { > WARN_ON(block_rsv->size > 0); <<<<<<<<<<<<<<<<<<<<<< > btrfs_free_block_rsv(root, block_rsv); > } > > [

WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()

2013-02-24 Thread Marc MERLIN
Is this useful to anyone? Got this after a crash/reboot: if (block_rsv) { WARN_ON(block_rsv->size > 0); <<<<<<<<<<<<<<<<<<<<<< btrfs_free_block_rsv(root, block_rsv); }