The patch titled Subject: linux-next-git-rejects has been added to the -mm tree. Its filename is linux-next-git-rejects.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/linux-next-git-rejects.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/linux-next-git-rejects.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 gcov-support-gcc-71-v2-checkpatch-fixes.patch mm-vmalloc-fix-vmalloc-users-tracking-properly-checkpatch-fixes.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 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 linux-next-git-rejects.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