Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97209
b: refs/heads/master
c: 49383b0
h: refs/heads/master
i:
  97207: 0e353b3
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed May 23, 2008
1 parent 50b5baa commit cf8f2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 978b7237123d007b9fa983af6e0e2fa8f97f9934
refs/heads/master: 49383b0e98ad1f69ff4c816eb1961f703df12318
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ xfs_iflush_cluster(
ASSERT(pag->pag_ici_init);

ilist_size = XFS_INODE_CLUSTER_SIZE(mp) * sizeof(xfs_inode_t *);
ilist = kmem_alloc(ilist_size, KM_MAYFAIL);
ilist = kmem_alloc(ilist_size, KM_MAYFAIL|KM_NOFS);
if (!ilist)
return 0;

Expand Down

0 comments on commit cf8f2dd

Please sign in to comment.