LWN.net Logo

Re: [PATCH 02/16] f2fs: add on-disk layout

From:  Dan Luedtke <mail-AT-danrl.de>
To:  김재극 <jaegeuk.kim-AT-samsung.com>
Subject:  Re: [PATCH 02/16] f2fs: add on-disk layout
Date:  Fri, 05 Oct 2012 19:54:37 +0200
Message-ID:  <1349459677.22620.4.camel@tunafish>
Cc:  viro-AT-zeniv.linux.org.uk, 'Theodore Ts'o' <tytso-AT-mit.edu>, gregkh-AT-linuxfoundation.org, linux-kernel-AT-vger.kernel.org, chur.lee-AT-samsung.com, cm224.lee-AT-samsung.com, jooyoung.hwang-AT-samsung.com
Archive-link:  Article, Thread

On Fri, 2012-10-05 at 20:56 +0900, 김재극 wrote:
> +	__le32 i_atime;			/* Access time */
> +	__le32 i_ctime;			/* inode Change time */
> +	__le32 i_mtime;			/* Modification time */
> +	__le32 i_btime;			/* file creation time*/

It's probably to late, but have you considered using 64 bit timestamps?
In LanyFS we use 64 bit and I'm very interested in reasoning for 32 bit
timestamps.

Regards

Dan

-- 
Dan Luedtke
http://www.danrl.de



(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds