transaction.c (0b246afa62b0cf5b09d078121f543135f28492ad) | transaction.c (ccdf9b305a49875d49dbaec6f8d2440abb0b1994) |
---|---|
1/* 2 * Copyright (C) 2007 Oracle. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public 6 * License v2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, --- 2119 unchanged lines hidden (view full) --- 2128 mutex_unlock(&fs_info->reloc_mutex); 2129 goto scrub_continue; 2130 } 2131 2132 /* 2133 * make sure none of the code above managed to slip in a 2134 * delayed item 2135 */ | 1/* 2 * Copyright (C) 2007 Oracle. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public 6 * License v2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, --- 2119 unchanged lines hidden (view full) --- 2128 mutex_unlock(&fs_info->reloc_mutex); 2129 goto scrub_continue; 2130 } 2131 2132 /* 2133 * make sure none of the code above managed to slip in a 2134 * delayed item 2135 */ |
2136 btrfs_assert_delayed_root_empty(root); | 2136 btrfs_assert_delayed_root_empty(fs_info); |
2137 2138 WARN_ON(cur_trans != trans->transaction); 2139 2140 /* btrfs_commit_tree_roots is responsible for getting the 2141 * various roots consistent with each other. Every pointer 2142 * in the tree of tree roots has to point to the most up to date 2143 * root for every subvolume and other tree. So, we have to keep 2144 * the tree logging code from jumping in and changing any --- 241 unchanged lines hidden --- | 2137 2138 WARN_ON(cur_trans != trans->transaction); 2139 2140 /* btrfs_commit_tree_roots is responsible for getting the 2141 * various roots consistent with each other. Every pointer 2142 * in the tree of tree roots has to point to the most up to date 2143 * root for every subvolume and other tree. So, we have to keep 2144 * the tree logging code from jumping in and changing any --- 241 unchanged lines hidden --- |