public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Olaf van der Spek <olaf@xwis.net>
To: Christoph Hellwig <hch@infradead.org>
Cc: xfs@oss.sgi.com
Subject: Re: fsync, rename, O_ATOMIC/O_PONIES
Date: Sun, 04 Mar 2012 18:14:39 +0100	[thread overview]
Message-ID: <4F53A2FF.3000305@xwis.net> (raw)
In-Reply-To: <20120302131240.GA14186@infradead.org>

On 2-3-2012 14:12, Christoph Hellwig wrote:
>> I'd like to ask:
>> - Is there a tool to log all unsafe operations?
>
> What is an unsafe operation?  Anything that's dumb and might lose data?

For example

> The possibilities are sheer endless.

And?

>> - What is the *right* way to update a file?
>
>   fd = open(tmpfile, ...);
>   write(fd, ...);  // or any other update
>   fdatasync(fd);
>   rename(tmpfile, realfile);

Argh, come on.
That's not real and it's not complete. tmpfile is undefined, errors 
aren't handled and you have lots of unlisted assumptions or regressions.

Olaf

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2012-03-04 17:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 12:39 fsync, rename, O_ATOMIC/O_PONIES Olaf van der Spek
2012-03-02 13:12 ` Christoph Hellwig
2012-03-04 17:14   ` Olaf van der Spek [this message]
2012-03-05  1:02     ` Dave Chinner
2012-03-05 15:44       ` Olaf van der Spek
2012-03-05 23:17         ` Dave Chinner

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=4F53A2FF.3000305@xwis.net \
    --to=olaf@xwis.net \
    --cc=hch@infradead.org \
    --cc=xfs@oss.sgi.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