From: Edward Shishkin <edward.shishkin@gmail.com>
To: Ivan Shapovalov <intelfx100@gmail.com>,
ReiserFS Development List <reiserfs-devel@vger.kernel.org>
Subject: Re: Reiser4 for 3.6 a.k.a. removal of ->write_super()
Date: Wed, 19 Sep 2012 22:55:48 +0200 [thread overview]
Message-ID: <505A3154.3020700@gmail.com> (raw)
In-Reply-To: <122562318.lEkMybZ46d@intelfx-laptop>
On 09/19/2012 08:28 PM, Ivan Shapovalov wrote:
> Hi, Edward!
>
Hello.
> The 3.6 is will be released soon, and among trivial vfs changes there is one
> pretty non-trivial: removal of sync_supers thread and ->write_super() of
> super_operations.
> Reiserfs (v3) compensates for it by introducing its own workqueue; does
> reiser4 need something like that (or write_super() may be just removed
> completely)?
> If yes, then I'll attempt to make analogous changes to reiser4...
>
Long time ago (before 2.6.32, or so) ->write_super() was used by vfs
for sync(). However, starting from .32 (or so) it isn't, so I have
written a reiser4 implementation of ->sync_fs() for this purpose.
It seems that nowadays reiser4_sync_super is completely defuncted
(please, check) and is not needed any more. Reiser4 has its own
periodic writeout means (ktxnmgrd). ReiserFS (v3) didn't have this one.
So, I think, remove...
Thanks,
Edward.
next parent reply other threads:[~2012-09-19 20:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <122562318.lEkMybZ46d@intelfx-laptop>
2012-09-19 20:55 ` Edward Shishkin [this message]
2012-09-20 15:41 ` Reiser4 for 3.6 a.k.a. removal of ->write_super() Ivan Shapovalov
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=505A3154.3020700@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.