The patch titled Subject: linux-next-git-rejects has been removed from the -mm tree. Its filename was linux-next-git-rejects.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: linux-next-git-rejects Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN fs/btrfs/file.c~linux-next-git-rejects fs/btrfs/file.c --- a/fs/btrfs/file.c~linux-next-git-rejects +++ a/fs/btrfs/file.c @@ -2909,21 +2909,13 @@ static long btrfs_fallocate(struct file free_extent_map(em); break; } -<<<<<<< HEAD - ret = btrfs_qgroup_reserve_data(inode, cur_offset, - last_byte - cur_offset); -======= ret = btrfs_qgroup_reserve_data(inode, &data_reserved, cur_offset, last_byte - cur_offset); ->>>>>>> linux-next/akpm-base if (ret < 0) { free_extent_map(em); break; } -<<<<<<< HEAD -======= ret = 0; ->>>>>>> linux-next/akpm-base } else { /* * Do not need to reserve unwritten extent for this diff -puN fs/btrfs/qgroup.c~linux-next-git-rejects fs/btrfs/qgroup.c --- a/fs/btrfs/qgroup.c~linux-next-git-rejects +++ a/fs/btrfs/qgroup.c @@ -2022,8 +2022,6 @@ int btrfs_qgroup_account_extents(struct if (!ret) { /* -<<<<<<< HEAD -======= * old roots should be searched when inserting qgroup * extent record */ @@ -2036,7 +2034,6 @@ int btrfs_qgroup_account_extents(struct goto cleanup; } /* ->>>>>>> linux-next/akpm-base * Use SEQ_LAST as time_seq to do special search, which * doesn't lock tree or delayed_refs and search current * root. It's safe inside commit_transaction(). @@ -2959,10 +2956,7 @@ static int __btrfs_qgroup_release_data(s btrfs_qgroup_free_refroot(BTRFS_I(inode)->root->fs_info, BTRFS_I(inode)->root->objectid, changeset.bytes_changed); -<<<<<<< HEAD -======= ret = changeset.bytes_changed; ->>>>>>> linux-next/akpm-base out: ulist_release(&changeset.range_changed); return ret; diff -puN fs/btrfs/transaction.c~linux-next-git-rejects fs/btrfs/transaction.c --- a/fs/btrfs/transaction.c~linux-next-git-rejects +++ a/fs/btrfs/transaction.c @@ -2177,16 +2177,6 @@ int btrfs_commit_transaction(struct btrf goto scrub_continue; } -<<<<<<< HEAD - ret = btrfs_qgroup_prepare_account_extents(trans, fs_info); - if (ret) { - mutex_unlock(&fs_info->tree_log_mutex); - mutex_unlock(&fs_info->reloc_mutex); - goto scrub_continue; - } - -======= ->>>>>>> linux-next/akpm-base /* * Since fs roots are all committed, we can get a quite accurate * new_roots. So let's do quota accounting. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch hwpoison-memcg-forcibly-uncharge-lru-pages-checkpatch-fixes.patch gcov-support-gcc-71-v2-checkpatch-fixes.patch mm-vmalloc-fix-vmalloc-users-tracking-properly-checkpatch-fixes.patch tigran-has-moved.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch ocfs2-old-mle-put-and-release-after-the-function-dlm_add_migration_mle-called-fix.patch ocfs2-dlm-optimization-of-code-while-free-dead-node-locks-checkpatch-fixes.patch mm.patch mm-slub-wrap-cpu_slab-partial-in-config_slub_cpu_partial-fix.patch kernel-reboot-add-devm_register_reboot_notifier-fix.patch fault-inject-support-systematic-fault-injection-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html