Re: [RFC PATCH 20/26] UBIFS: add VFS operations

From: Andi Kleen
Date: Thu Mar 27 2008 - 09:37:18 EST


Artem Bityutskiy <Artem.Bityutskiy@xxxxxxxxx> writes:

(haven't read the whole thing)

> + inode->i_gid = current->fsgid;
> + inode->i_mode = mode;
> + inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC;

Any specific reason you didn't implement sub second time stamp support?
There is really no good excuse to not do that on a new file system.

-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/