From 34378bbb9cd1d7ad3c66a0e504ed492111a7b323 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 18 Jul 2009 18:14:54 -0400 Subject: [PATCH] --- yaml --- r: 162755 b: refs/heads/master c: 1ec2b8a777d6ac5464a836b3c5520b1a5190194c h: refs/heads/master i: 162753: d1b6ccd8fb4e9078f6eba2a215b0300194e7719a 162751: 52102e1cc9ad68ced492c62b05c7966dabf2f1b0 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_bmap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f670af0b230d..ff7e04466632 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: efe1f30e8f05a3836dfcf6302774707b3b47193f +refs/heads/master: 1ec2b8a777d6ac5464a836b3c5520b1a5190194c diff --git a/trunk/fs/xfs/xfs_bmap.c b/trunk/fs/xfs/xfs_bmap.c index 975972482e8f..8971fb09d387 100644 --- a/trunk/fs/xfs/xfs_bmap.c +++ b/trunk/fs/xfs/xfs_bmap.c @@ -6009,7 +6009,7 @@ xfs_getbmap( */ error = ENOMEM; subnex = 16; - map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL); + map = kmem_alloc(subnex * sizeof(*map), KM_MAYFAIL | KM_NOFS); if (!map) goto out_unlock_ilock;