All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: Ivan Shapovalov <intelfx100@gmail.com>, reiserfs-devel@vger.kernel.org
Subject: Re: [PATCH] reiser4: fix reiser4_post_{commit,write_back}_hook() and their invocations.
Date: Wed, 18 Jun 2014 03:41:58 +0200	[thread overview]
Message-ID: <53A0EE66.7040600@gmail.com> (raw)
In-Reply-To: <1403044996-17273-1-git-send-email-intelfx100@gmail.com>


OK.

On 06/18/2014 12:43 AM, Ivan Shapovalov wrote:
> - let all hooks be called from one place (reiser4_write_logs())
> - don't call reiser4_post_write_back_hook() twice
> - fix reiser4_post_write_back_hook(): call the correct method of space allocator
> ---
>   fs/reiser4/block_alloc.c | 2 +-
>   fs/reiser4/wander.c      | 3 +--
>   2 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/fs/reiser4/block_alloc.c b/fs/reiser4/block_alloc.c
> index 81ed96f..3a4b667 100644
> --- a/fs/reiser4/block_alloc.c
> +++ b/fs/reiser4/block_alloc.c
> @@ -1150,7 +1150,7 @@ void reiser4_post_write_back_hook(void)
>   {
>   	assert("zam-504", get_current_super_private() != NULL);
>   
> -	sa_post_commit_hook();
> +	sa_post_write_back_hook();
>   }
>   
>   /*
> diff --git a/fs/reiser4/wander.c b/fs/reiser4/wander.c
> index 0b518c3..4e29de8 100644
> --- a/fs/reiser4/wander.c
> +++ b/fs/reiser4/wander.c
> @@ -1140,7 +1140,6 @@ static int write_tx_back(struct commit_handle * ch)
>   	int ret;
>   	int barrier;
>   
> -	reiser4_post_commit_hook();
>   	fq = get_fq_for_current_atom();
>   	if (IS_ERR(fq))
>   		return  PTR_ERR(fq);
> @@ -1165,7 +1164,6 @@ static int write_tx_back(struct commit_handle * ch)
>   		if (ret)
>   			return ret;
>   	}
> -	reiser4_post_write_back_hook();
>   	return 0;
>   }
>   
> @@ -1251,6 +1249,7 @@ int reiser4_write_logs(long *nr_submitted)
>   	spin_lock_atom(atom);
>   	reiser4_atom_set_stage(atom, ASTAGE_POST_COMMIT);
>   	spin_unlock_atom(atom);
> +	reiser4_post_commit_hook();
>   
>   	ret = write_tx_back(&ch);
>   	reiser4_post_write_back_hook();


      reply	other threads:[~2014-06-18  1:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-17 22:43 [PATCH] reiser4: fix reiser4_post_{commit,write_back}_hook() and their invocations Ivan Shapovalov
2014-06-18  1:41 ` Edward Shishkin [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=53A0EE66.7040600@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=intelfx100@gmail.com \
    --cc=reiserfs-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.