Im solid, patch version 3 uploaded -----Original Message----- From: Dylan Baker [mailto:[email protected]] Sent: Thursday, August 14, 2014 1:38 PM To: Atwood, Matthew S Cc: [email protected] Subject: Re: [Piglit] [PATCH] programs/run.py add file sync command line option
On Thursday, August 14, 2014 04:55:04 PM Atwood, Matthew S wrote: It shouldn't be a big deal, fsync() only blocks while writing to disk, if there's nothing to write, it wont block. As to why write_dict_key is public, have a look at JSONWriter.initialize_json() in the results.py module, I think that will make it clear > open_dict is already calling the new file sync. I am hesitant to sync > write_dict_key for fear of unnecessary blocking calls. I am also > confused as to why that is a public api call, seems like it should > only be called by write_dict_item. > [snip] _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
