On Wed, 27 Jul 2011 01:46:48 +0600
Roman Mamedov <rm@xxxxxxxxxx> wrote:
> "WARNING: at fs/btrfs/inode.c:6775 btrfs_destroy_inode",
>
> void btrfs_destroy_inode(struct inode *inode)
> {
> struct btrfs_ordered_extent *ordered;
> struct btrfs_root *root = BTRFS_I(inode)->root;
>
> 6775-> WARN_ON(!list_empty(&inode->i_dentry));
Ah, nope, with the -rc6 source this is actually the line:
void btrfs_destroy_inode(struct inode *inode)
{
struct btrfs_ordered_extent *ordered;
struct btrfs_root *root = BTRFS_I(inode)->root;
WARN_ON(!list_empty(&inode->i_dentry));
WARN_ON(inode->i_data.nrpages);
>>> WARN_ON(atomic_read(&BTRFS_I(inode)->outstanding_extents)); <<<
WARN_ON(atomic_read(&BTRFS_I(inode)->reserved_extents));
--
With respect,
Roman
Attachment:
signature.asc
Description: PGP signature
