Re: [RFC] Ext3 nanosecond timestamps in big inodes

2005-01-17 Thread Anton Altaparmakov
On Sat, 2005-01-15 at 22:46 -0700, Andreas Dilger wrote: > On Jan 14, 2005 22:16 +0100, Andreas Gruenbacher wrote: > > +static inline struct timespec ext3_current_time(struct inode *inode) > > +{ > > + return (inode->i_sb->s_time_gran == 1) ? > > + CURRENT_TIME : CURRENT_TIME_SEC; > > +

Re: [RFC] Ext3 nanosecond timestamps in big inodes

2005-01-16 Thread Andreas Gruenbacher
On Sunday 16 January 2005 05:37, Andi Kleen wrote: > Andreas Gruenbacher <[EMAIL PROTECTED]> writes: > > this is a spin-off of an old patch by Alex Tomas <[EMAIL PROTECTED]>: > > Alex originally had nanosecond timestamps in his original patch; here is > > a rejuvenated version. Please tell me what

Re: [RFC] Ext3 nanosecond timestamps in big inodes

2005-01-16 Thread Andreas Dilger
On Jan 14, 2005 22:16 +0100, Andreas Gruenbacher wrote: > this is a spin-off of an old patch by Alex Tomas <[EMAIL PROTECTED]>: > Alex originally had nanosecond timestamps in his original patch; here is > a rejuvenated version. Please tell me what you think. Alex also added a > create timestamp in

Re: [RFC] Ext3 nanosecond timestamps in big inodes

2005-01-15 Thread Andi Kleen
Andreas Gruenbacher <[EMAIL PROTECTED]> writes: > this is a spin-off of an old patch by Alex Tomas <[EMAIL PROTECTED]>: > Alex originally had nanosecond timestamps in his original patch; here is > a rejuvenated version. Please tell me what you think. Alex also added a > create timestamp in his ori

[RFC] Ext3 nanosecond timestamps in big inodes

2005-01-15 Thread Andreas Gruenbacher
Hello, this is a spin-off of an old patch by Alex Tomas <[EMAIL PROTECTED]>: Alex originally had nanosecond timestamps in his original patch; here is a rejuvenated version. Please tell me what you think. Alex also added a create timestamp in his original patch. Do we actually need that? Nanosecon