[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4A54BBFC.8010404@gmail.com>
Date: Wed, 08 Jul 2009 18:32:12 +0300
From: Artem Bityutskiy <dedekind1@...il.com>
To: Boaz Harrosh <bharrosh@...asas.com>
CC: Jens Axboe <jens.axboe@...cle.com>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] VFS: introduce helpers for manipulation s_dirty flag
Boaz Harrosh wrote:
>> @@ -271,7 +271,7 @@ static void exofs_put_super(struct super_block *sb)
>>
>> lock_kernel();
>>
>> - if (sb->s_dirt)
>> + if (is_sb_dirty(sb))
>> exofs_write_super(sb);
>>
>> /* make sure there are no pending commands */
> <snip>
>
> I have just asked a pull request from Linus with a patch that adds
> one more "if (sb->s_dirt)" call site. So if he pulls it into 2.6.31-rc3
> I'll send you a mail and you can update. If not then it will go in at
> 2.6.32, please tel me when this is going into linux-next and through which
> tree, and I'll sync with it.
[Sorry for wrong e-mail address]
Sure, thanks, I'll keep this in mind.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists