diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 1ca593fb1225..7605b071dc88 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -2038,7 +2038,7 @@ xfs_free_trace_bufs(void) | |||
2038 | STATIC int __init | 2038 | STATIC int __init |
2039 | xfs_init_zones(void) | 2039 | xfs_init_zones(void) |
2040 | { | 2040 | { |
2041 | xfs_vnode_zone = kmem_zone_init_flags(sizeof(bhv_vnode_t), "xfs_vnode", | 2041 | xfs_vnode_zone = kmem_zone_init_flags(sizeof(struct inode), "xfs_vnode", |
2042 | KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | | 2042 | KM_ZONE_HWALIGN | KM_ZONE_RECLAIM | |
2043 | KM_ZONE_SPREAD, | 2043 | KM_ZONE_SPREAD, |
2044 | xfs_fs_inode_init_once); | 2044 | xfs_fs_inode_init_once); |