]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nilfs2/super.c
nilfs2: support nanosecond timestamp
[linux-2.6-omap-h63xx.git] / fs / nilfs2 / super.c
index e2ced824c6243492737a37764b5b22d64fac67e0..e117e1ea9bffc641fe53ad4d09d570e1d8f0b4a9 100644 (file)
@@ -792,6 +792,7 @@ nilfs_fill_super(struct super_block *sb, void *data, int silent,
        sb->s_op = &nilfs_sops;
        sb->s_export_op = &nilfs_export_ops;
        sb->s_root = NULL;
+       sb->s_time_gran = 1;
 
        if (!nilfs_loaded(nilfs)) {
                err = load_nilfs(nilfs, sbi);