From: Li Zefan <lizf@cn.fujitsu.com>
To: Josef Bacik <josef@redhat.com>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots
Date: Fri, 10 Dec 2010 15:16:15 +0800 [thread overview]
Message-ID: <4D01D3BF.2010702@cn.fujitsu.com> (raw)
In-Reply-To: <1291829142-22255-1-git-send-email-josef@redhat.com>
01:25, Josef Bacik wrote:
> Not being able to delete an orphan item isn't a horrible thing. The worst that
> happens is the next time around we try and do the orphan cleanup and we can't
> find the referenced object and just delete the item and move on. Thanks,
>
Would be better to add code comment? Otherwise later people may wonder why
the return value is not checked and see it as a bug.
> Signed-off-by: Josef Bacik <josef@redhat.com>
> ---
> fs/btrfs/extent-tree.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
> index 8aed05e..8c26441 100644
> --- a/fs/btrfs/extent-tree.c
> +++ b/fs/btrfs/extent-tree.c
> @@ -6354,7 +6354,6 @@ int btrfs_drop_snapshot(struct btrfs_root *root,
> if (ret > 0) {
> ret = btrfs_del_orphan_item(trans, tree_root,
> root->root_key.objectid);
> - BUG_ON(ret);
> }
> }
>
next prev parent reply other threads:[~2010-12-10 7:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-08 17:25 [PATCH] Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots Josef Bacik
2010-12-10 7:16 ` Li Zefan [this message]
2010-12-10 13:30 ` Josef Bacik
2010-12-10 14:22 ` Chris Mason
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=4D01D3BF.2010702@cn.fujitsu.com \
--to=lizf@cn.fujitsu.com \
--cc=josef@redhat.com \
--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).