arm64: Add MIDR value for KRYO2XX gold/silver CPU cores
[linux-2.6-microblaze.git] / fs / efs / super.c
index a4a945d..62b155b 100644 (file)
@@ -342,8 +342,7 @@ static int efs_statfs(struct dentry *dentry, struct kstatfs *buf) {
                        sbi->inode_blocks *
                        (EFS_BLOCKSIZE / sizeof(struct efs_dinode));
        buf->f_ffree   = sbi->inode_free;       /* free inodes */
-       buf->f_fsid.val[0] = (u32)id;
-       buf->f_fsid.val[1] = (u32)(id >> 32);
+       buf->f_fsid    = u64_to_fsid(id);
        buf->f_namelen = EFS_MAXNAMELEN;        /* max filename length */
 
        return 0;