[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070310095508.GA24090@infradead.org>
Date: Sat, 10 Mar 2007 09:55:08 +0000
From: Christoph Hellwig <hch@...radead.org>
To: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
bjoern@....de, linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 1/4]: ufs2 more correct work with time
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists