diff options
Diffstat (limited to 'fs/xfs/xfs_extent_busy.c')
| -rw-r--r-- | fs/xfs/xfs_extent_busy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_extent_busy.c b/fs/xfs/xfs_extent_busy.c index 0ed68379e551..2183d87be4cf 100644 --- a/fs/xfs/xfs_extent_busy.c +++ b/fs/xfs/xfs_extent_busy.c @@ -33,7 +33,7 @@ xfs_extent_busy_insert(  	struct rb_node		**rbp;  	struct rb_node		*parent = NULL; -	new = kmem_zalloc(sizeof(struct xfs_extent_busy), KM_SLEEP); +	new = kmem_zalloc(sizeof(struct xfs_extent_busy), 0);  	new->agno = agno;  	new->bno = bno;  	new->length = len;  |