From: Nikita Danilov <Nikita@Namesys.COM>
To: Linus Torvalds <Torvalds@Transmeta.COM>
Cc: Linux Kernel Mailing List <Linux-Kernel@Vger.Kernel.ORG>,
Reiserfs mail-list <Reiserfs-List@Namesys.COM>
Subject: [PATCH]: reiser4 [1/8] export fsync_super()
Date: Thu, 31 Oct 2002 19:03:05 +0300 [thread overview]
Message-ID: <15809.21561.25201.754130@laputa.namesys.com> (raw)
Hello, Linus,
Following patch exports fsync_super() function. fsync_super() is
required for reiser4, because during umount we want to perform some
tasks after ->writepage has been called on all pages dirtied through
mmap (that is, after fsync_super()), but before inodes
destruction. As a result, reiser4 cannot use kill_block_super() and
has to call fsync_super() explicitly.
Please apply.
Nikita.
--- linus-bk-2.5/fs/buffer.c Thu Oct 17 03:01:42 2002
+++ linux-2.5-reiser4/fs/buffer.c Mon Oct 21 13:43:49 2002
@@ -224,6 +224,7 @@ int fsync_super(struct super_block *sb)
return sync_blockdev(sb->s_bdev);
}
+EXPORT_SYMBOL(fsync_super);
/*
* Write out and wait upon all dirty data associated with this
reply other threads:[~2002-10-31 16:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=15809.21561.25201.754130@laputa.namesys.com \
--to=nikita@namesys.com \
--cc=Linux-Kernel@Vger.Kernel.ORG \
--cc=Reiserfs-List@Namesys.COM \
--cc=Torvalds@Transmeta.COM \
/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
Powered by JetHome