Loading fs/btrfs/tests/extent-io-tests.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ static int test_find_delalloc(u32 sectorsize) inode = btrfs_new_test_inode(); if (!inode) { test_err("failed to allocate test inode"); test_std_err(TEST_ALLOC_INODE); return -ENOMEM; } Loading fs/btrfs/tests/inode-tests.c +3 −3 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ static noinline int test_btrfs_get_extent(u32 sectorsize, u32 nodesize) inode = btrfs_new_test_inode(); if (!inode) { test_err("couldn't allocate inode"); test_std_err(TEST_ALLOC_INODE); return ret; } Loading Loading @@ -829,7 +829,7 @@ static int test_hole_first(u32 sectorsize, u32 nodesize) inode = btrfs_new_test_inode(); if (!inode) { test_err("couldn't allocate inode"); test_std_err(TEST_ALLOC_INODE); return ret; } Loading Loading @@ -929,7 +929,7 @@ static int test_extent_accounting(u32 sectorsize, u32 nodesize) inode = btrfs_new_test_inode(); if (!inode) { test_err("couldn't allocate inode"); test_std_err(TEST_ALLOC_INODE); return ret; } Loading Loading
fs/btrfs/tests/extent-io-tests.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ static int test_find_delalloc(u32 sectorsize) inode = btrfs_new_test_inode(); if (!inode) { test_err("failed to allocate test inode"); test_std_err(TEST_ALLOC_INODE); return -ENOMEM; } Loading
fs/btrfs/tests/inode-tests.c +3 −3 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ static noinline int test_btrfs_get_extent(u32 sectorsize, u32 nodesize) inode = btrfs_new_test_inode(); if (!inode) { test_err("couldn't allocate inode"); test_std_err(TEST_ALLOC_INODE); return ret; } Loading Loading @@ -829,7 +829,7 @@ static int test_hole_first(u32 sectorsize, u32 nodesize) inode = btrfs_new_test_inode(); if (!inode) { test_err("couldn't allocate inode"); test_std_err(TEST_ALLOC_INODE); return ret; } Loading Loading @@ -929,7 +929,7 @@ static int test_extent_accounting(u32 sectorsize, u32 nodesize) inode = btrfs_new_test_inode(); if (!inode) { test_err("couldn't allocate inode"); test_std_err(TEST_ALLOC_INODE); return ret; } Loading