Re: [PATCH 02/27] nilfs2: disk format and userland interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 15 September 2008 04:07:59 +0900, Ryusuke Konishi wrote:
>
> +struct nilfs_inode {
> +	__le64	i_blocks;
> +	__le64	i_size;
> +	__le64	i_ctime;
> +	__le64	i_mtime;
> +	__le64	i_dtime;
> +	__le32	i_uid;
> +	__le32	i_gid;
> +	__le16	i_mode;
> +	__le16	i_links_count;
> +	__le32	i_flags;
> +	__le64	i_bmap[NILFS_INODE_BMAP_SIZE];
> +#define i_device_code	i_bmap[0]
> +	__le64	i_xattr;
> +	__le32	i_generation;
> +	__le32	i_pad;
> +};

No atime.  Seems familiar. :)

Did you test the filesystem on big endian systems?  It is relatively
easy to miss bugs if conversion isn't actually necessary.

Jörn

-- 
When people work hard for you for a pat on the back, you've got
to give them that pat.
-- Robert Heinlein
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux