linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roman Mamedov <rm@romanrm.ru>
To: Roman Mamedov <rm@romanrm.ru>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: btrfs on MIPS with 16K page size
Date: Wed, 27 Jul 2011 01:49:55 +0600	[thread overview]
Message-ID: <20110727014955.3d5df934@natsu> (raw)
In-Reply-To: <20110727014648.20c9bdc4@natsu>

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]

On Wed, 27 Jul 2011 01:46:48 +0600
Roman Mamedov <rm@romanrm.ru> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      reply	other threads:[~2011-07-26 19:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-26 19:00 btrfs on MIPS with 16K page size Roman Mamedov
2011-07-26 19:02 ` Roman Mamedov
2011-07-26 19:37   ` Roman Mamedov
2011-07-26 19:46     ` Roman Mamedov
2011-07-26 19:49       ` Roman Mamedov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110727014955.3d5df934@natsu \
    --to=rm@romanrm.ru \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).