mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
btrfs: build fixup for qgroup_account_snapshot
The macro btrfs_std_error got renamed to btrfs_handle_fs_error in an independent branch for the same merge target (4.7). To make the code compilable for bisectability reasons, add a temporary stub. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6426c7ad69
commit
2c1984f244
1 changed files with 5 additions and 0 deletions
|
@ -1311,6 +1311,11 @@ int btrfs_defrag_root(struct btrfs_root *root)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Bisesctability fixup, remove in 4.8 */
|
||||||
|
#ifndef btrfs_std_error
|
||||||
|
#define btrfs_std_error btrfs_handle_fs_error
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Do all special snapshot related qgroup dirty hack.
|
* Do all special snapshot related qgroup dirty hack.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue