lkml.org 
[lkml]   [2005]   [Oct]   [22]   [last100]   RSS-feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Complete thread (EXPERIMENTAL)
/
SubjectRe: [EXPERIMENT,RFC] FAT: Add "flush" option for hotplug devices
FromOGAWA Hirofumi <>
DateSat, 22 Oct 2005 19:45:31 +0900
Digg This
Christoph Hellwig <hch@infradead.org> writes:
+++ linux-2.6.14-rc4-hirofumi/fs/fat/flush.c 2005-10-21 00:25:22.000000000 +0900 @@ -0,0 +1,90 @@
+/*
+ * Copyright (C) 2005, OGAWA Hirofumi
+ * Released under GPL v2.

Except for placing the flush time in the msdosfs SB there is nothing filesystem-specific in this file. Please place it in generic code, that way there's no reason to export all these deeply internal symbols either.

OK, except filemap_write_and_wait().

Many filesystems does

filemap_fdatawrite(mapping);
filemap_fdatawait(mapping);

Don't you want filemap_write_and_wait()?
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
\
ISP Services
Valid XHTML 1.0!\ /
Valid CSS! Last update: 2005-10-22 10:48    [W:4.606 / U:0.120 seconds]
©2003-2005 Jasper Spaans