All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	bjoern@j3e.de, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 1/4]: ufs2 more correct work with time
Date: Sat, 10 Mar 2007 09:55:08 +0000	[thread overview]
Message-ID: <20070310095508.GA24090@infradead.org> (raw)
In-Reply-To: <20070310093002.GA757@rain>

On Sat, Mar 10, 2007 at 12:30:02PM +0300, Evgeniy Dushistov wrote:
> This patch corrects work with time in UFS2 case.
> 
> 1)According to UFS2 disk layout modification/access and so on "time"
> should be hold in two variables one 64bit for seconds and another
> 32bit for nanoseconds,
> 
> at now for some unknown reason we suppose
> that "inode time" holds in three variables 32bit for seconds, 32bit for
> milliseconds and 32bit for nanoseconds.
> 
> 2)We set amount of nanoseconds in "VFS inode" to 0 during read, instead
> of getting values from "on disk inode"(this should close
> http://bugzilla.kernel.org/show_bug.cgi?id=7991).


Looks good to me.


      reply	other threads:[~2007-03-10  9:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-10  9:30 [PATCH 1/4]: ufs2 more correct work with time Evgeniy Dushistov
2007-03-10  9:55 ` Christoph Hellwig [this message]

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=20070310095508.GA24090@infradead.org \
    --to=hch@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=bjoern@j3e.de \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.