diff options
| author | 2016-12-09 16:56:26 +1100 | |
|---|---|---|
| committer | 2016-12-09 16:56:26 +1100 | |
| commit | 9807b773dad4555665931d57065d7f8adab58e0f (patch) | |
| tree | 1475442200af6def0e03a792311dff151ef9f331 /fs/xfs/libxfs/xfs_ialloc_btree.c | |
| parent | Merge branch 'xfs-4.10-misc-fixes-3' into for-next (diff) | |
| parent | xfs: nuke unused tracepoint definitions (diff) | |
| download | linux-dev-9807b773dad4555665931d57065d7f8adab58e0f.tar.xz linux-dev-9807b773dad4555665931d57065d7f8adab58e0f.zip | |
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc_btree.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_ialloc_btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc_btree.c b/fs/xfs/libxfs/xfs_ialloc_btree.c index e7ff8ef0e5a7..0fd086d03d41 100644 --- a/fs/xfs/libxfs/xfs_ialloc_btree.c +++ b/fs/xfs/libxfs/xfs_ialloc_btree.c @@ -357,7 +357,7 @@ xfs_inobt_init_cursor( struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp); struct xfs_btree_cur *cur; - cur = kmem_zone_zalloc(xfs_btree_cur_zone, KM_SLEEP); + cur = kmem_zone_zalloc(xfs_btree_cur_zone, KM_NOFS); cur->bc_tp = tp; cur->bc_mp = mp; |
