From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20010207184223.5309.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] 9p2k, fsync In-Reply-To: Message from "rob pike" of "Wed, 07 Feb 2001 10:23:44 EST." <20010207152343.C1B91199E1@mail.cse.psu.edu> From: Scott Schwartz Date: Wed, 7 Feb 2001 13:42:23 -0500 Topicbox-Message-UUID: 5bc24ade-eac9-11e9-9e20-41e7f4b1d025 | Fsync etc. is at the wrong level. The issue is not a system-wide | question, but a file-server question. So how does an application with an open fd assure that the write()s it has issued are really on disk? It's impossible for that program to tell which file server you're using. In fact, you might be using several, if they're stacked up.