Re: [PATCH 2/2][FAT] miss-sync issues on sync mount (miss-sync onutime)

From: Machida, Hiroyuki
Date: Thu Sep 15 2005 - 09:01:27 EST




OGAWA Hirofumi wrote:
"Machida, Hiroyuki" <machida@xxxxxxxxxxxxx> writes:


+ if ( (!error) && IS_SYNC(inode)) {
+ error = write_inode_now(inode, 1);
+ }


We don't need to sync the data pages at all here. And I think it is
not right place for doing this. If we need this, since we need to see
O_SYNC for fchxxx() VFS would be right place to do it.

I see, I'll look into those.

But, personally, I'd like to kill the "-o sync" stuff for these
independent meta data rather. Then...

--
Hiroyuki Machida machida@xxxxxxxxxxxxx
SSW Dept. HENC, Sony Corp.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/