Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23097
b: refs/heads/master
c: e0cc232
h: refs/heads/master
i:
  23095: c83f255
v: v3
  • Loading branch information
Nathan Scott committed Mar 14, 2006
1 parent 9a614c3 commit 9957ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20722a91921bd9e9d4ba5c8f801d143e72e58418
refs/heads/master: e0cc2325d151c3f4f3276b2deda734faf742146f
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ STATIC int
xfs_init_zones(void)
{
xfs_vnode_zone = kmem_zone_init_flags(sizeof(vnode_t), "xfs_vnode_t",
KM_ZONE_HWALIGN | KM_ZONE_RECLAIM,
KM_ZONE_HWALIGN | KM_ZONE_RECLAIM |
KM_ZONE_SPREAD,
linvfs_inode_init_once);
if (!xfs_vnode_zone)
goto out;
Expand Down

0 comments on commit 9957ee5

Please sign in to comment.