linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arne Jansen <sensille@gmx.net>
To: linux-btrfs@vger.kernel.org
Cc: Chris Mason <chris.mason@oracle.com>
Subject: Re: [PATCH] remove unneeded DEFINE_WAITs
Date: Tue, 24 May 2011 10:49:37 +0200	[thread overview]
Message-ID: <4DDB7121.4020004@gmx.net> (raw)
In-Reply-To: <1299584050-6014-1-git-send-email-sensille@gmx.net>

these two are still in the integration-test tree...

-Arne

On 08.03.2011 12:34, Arne Jansen wrote:
> Signed-off-by: Arne Jansen <sensille@gmx.net>
> ---
>  fs/btrfs/extent-tree.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
> index a7aaa10..c1f0c28 100644
> --- a/fs/btrfs/extent-tree.c
> +++ b/fs/btrfs/extent-tree.c
> @@ -4790,7 +4790,6 @@ wait_block_group_cache_progress(struct btrfs_block_group_cache *cache,
>  				u64 num_bytes)
>  {
>  	struct btrfs_caching_control *caching_ctl;
> -	DEFINE_WAIT(wait);
>  
>  	caching_ctl = get_caching_control(cache);
>  	if (!caching_ctl)
> @@ -4807,7 +4806,6 @@ static noinline int
>  wait_block_group_cache_done(struct btrfs_block_group_cache *cache)
>  {
>  	struct btrfs_caching_control *caching_ctl;
> -	DEFINE_WAIT(wait);
>  
>  	caching_ctl = get_caching_control(cache);
>  	if (!caching_ctl)


      reply	other threads:[~2011-05-24  8:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08 11:34 [PATCH] remove unneeded DEFINE_WAITs Arne Jansen
2011-05-24  8:49 ` Arne Jansen [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=4DDB7121.4020004@gmx.net \
    --to=sensille@gmx.net \
    --cc=chris.mason@oracle.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).