X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fdcache.h;h=b378e57b2743b1406fa5303e59d3cbf142c0f58d;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=66e27328434b556a69d8cdc2245eb8cd48407504;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 66e273284..b378e57b2 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -33,8 +33,8 @@ struct vfsmount; */ struct qstr { unsigned int hash; - const unsigned char *name; unsigned int len; + const unsigned char *name; }; struct dentry_stat_t { @@ -101,11 +101,11 @@ struct dentry { unsigned long d_time; /* used by d_revalidate */ struct dentry_operations *d_op; struct super_block *d_sb; /* The root of the dentry tree */ - int d_mounted; void *d_fsdata; /* fs-specific data */ struct rcu_head d_rcu; struct dcookie_struct *d_cookie; /* cookie, if any */ struct hlist_node d_hash; /* lookup hash list */ + int d_mounted; unsigned char d_iname[DNAME_INLINE_LEN_MIN]; /* small names */ };