From: Anand Jain <Anand.Jain@oracle.com>
To: Filipe Manana <fdmanana@suse.com>, linux-btrfs@vger.kernel.org
Cc: jeffm@suse.com
Subject: Re: [PATCH v2] Btrfs: add debugfs file to test transaction aborts
Date: Wed, 01 Apr 2015 14:41:55 +0800 [thread overview]
Message-ID: <551B9333.8070805@oracle.com> (raw)
In-Reply-To: <1427843497-7733-1-git-send-email-fdmanana@suse.com>
> +bool debugfs_abort_transaction(struct btrfs_fs_info *fs_info)
> +{
> + if (!btrfs_debugfs_label_trans_abort[0])
> + return false;
> + return strcmp(fs_info->super_copy->label,
> + btrfs_debugfs_label_trans_abort) == 0;
> +}
> +
label is not mandatory to be present.
did I missing something ?
Thanks, Anand
next prev parent reply other threads:[~2015-04-01 6:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-31 19:18 [PATCH] Btrfs: add debugfs file to test transaction aborts Filipe Manana
2015-03-31 23:11 ` [PATCH v2] " Filipe Manana
2015-04-01 6:41 ` Anand Jain [this message]
2015-04-01 8:33 ` Filipe David Manana
2015-04-02 17:32 ` Filipe David Manana
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=551B9333.8070805@oracle.com \
--to=anand.jain@oracle.com \
--cc=fdmanana@suse.com \
--cc=jeffm@suse.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).