Re: bad unlock balance in btrfs_commit_transaction_async

2013-08-27 Thread Dan Mick
Another developer just noticed this in testing; anyone have any ideas? On 08/22/2013 05:40 PM, Sage Weil wrote: I just noticed that there is a locking imbalance warning with sb_internal in the transaction commit code. I believe this has only started appearing recently (after I merged -rc5 into

Re: bad unlock balance in btrfs_commit_transaction_async

2013-08-27 Thread Yan, Zheng
On Wed, Aug 28, 2013 at 8:56 AM, Dan Mick dan.m...@inktank.com wrote: Another developer just noticed this in testing; anyone have any ideas? btrfs_ioctl_start_sync() calls btrfs_attach_transaction_barrier() which further calls start_transaction() with type == TRANS_ATTACH. In