linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anton Altaparmakov <aia21@cam.ac.uk>
To: Christoph Hellwig <hch@lst.de>
Cc: Andrew Morton <akpm@osdl.org>, linux-fsdevel@vger.kernel.org
Subject: Re: + switch-ntfs-to-touch_atime.patch added to -mm tree
Date: Tue, 8 Nov 2005 09:47:00 +0000 (GMT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0511080944180.30743@hermes-1.csi.cam.ac.uk> (raw)
In-Reply-To: <20051108044310.GC8531@lst.de>

On Tue, 8 Nov 2005, Christoph Hellwig wrote:
> [ccing -fsdevel now because this is something of interest to the public]
> 
> On Mon, Nov 07, 2005 at 09:51:08PM +0000, Anton Altaparmakov wrote:
> > What callers are those?  I am curious...  The SUS/Posix standard requires 
> > it as I said in previous post (except for the no size change case but 
> > as I also said in previous post the VFS does that wrong in same way as 
> > ntfs and I just copied vfs)...
> 
> Besides the various ->setattr instaces which are supposed to set ctime if
> ATTR_SIZE|ATTR_CTIME are set (which it is for sys_truncate or
> sys_ftruncate but possibly not nfsd requests) generic_file_buffered_write()
> calls vmtruncate and thus ->truncate without asking for ctime updates.

ntfs doesn't use generic_file_buffered_write() but yes the ntfs version 
also does it (or will do if it doesn't yet - I had taken it out and 
can't remember if I had put it back in yet)...

> The point here is to repeat that the nth time is that you are doing
> things in ->truncate that you shouldn't do there.  Just move your
> updates of the base inode to ->setattr, and update ->i_ctime directly
> like all the other filesystems do instead of using inode_update_time
> which contains an optimization that's only usefull for a codepath like
> write where the ctime/mtime update happens very frequently.

Ok, will do.

> Your use of the function is wrong no matter whether it takes a struct
> file or struct inode.
> 
> > > so just update them directly for those callers.
> > 
> > That is difficult to do as VFS ->truncate() does not allow an error to be 
> > returned.  And the setting must only happen on success for {f,}truncate().
> > 
> > Thus vmtruncate() always returns success even when ->truncate() failed, so 
> > VFS _cannot_ be compliant with standard unless it is changed so that 
> > ->truncate() can return error and vmtruncate() passes that upward to 
> > ->setattr().  Otherwise you have to do the cmtime updates from 
> > ->truncate() on success and not do them on failure.
> 
> so please submit a patch to allow an error return from ->truncate.

As I said I don't care about conforming to standards.  I just want to do 
same as all other Linux fs.  I have enough to do as it is without 
working on and submitting random patches...

Best regards,

	Anton
-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/

  reply	other threads:[~2005-11-08  9:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200511060035.jA60Zk1U004874@shell0.pdx.osdl.net>
     [not found] ` <20051106041321.GC30958@lst.de>
     [not found]   ` <20051105203531.7b67c2d8.akpm@osdl.org>
     [not found]     ` <20051107034614.GB16058@lst.de>
     [not found]       ` <Pine.LNX.4.64.0511071013550.4659@hermes-1.csi.cam.ac.uk>
     [not found]         ` <20051107115914.GA24006@lst.de>
     [not found]           ` <Pine.LNX.4.64.0511072143430.13960@hermes-1.csi.cam.ac.uk>
2005-11-08  4:43             ` + switch-ntfs-to-touch_atime.patch added to -mm tree Christoph Hellwig
2005-11-08  9:47               ` Anton Altaparmakov [this message]
2005-11-08 10:59                 ` Anton Altaparmakov
2005-11-08 10:41               ` Anton Altaparmakov
2005-11-08 15:17                 ` Dave Kleikamp
2005-11-08 15:25                   ` Trond Myklebust
2005-11-08 15:58                     ` Anton Altaparmakov

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=Pine.LNX.4.64.0511080944180.30743@hermes-1.csi.cam.ac.uk \
    --to=aia21@cam.ac.uk \
    --cc=akpm@osdl.org \
    --cc=hch@lst.de \
    --cc=linux-fsdevel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).