projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7af393
)
btrfs: remove build fixup for qgroup_account_snapshot
author
David Sterba
<dsterba@suse.com>
Thu, 16 Jun 2016 15:34:28 +0000
(17:34 +0200)
committer
David Sterba
<dsterba@suse.com>
Fri, 17 Jun 2016 16:32:40 +0000
(18:32 +0200)
Introduced in
2c1984f244838477aab
("btrfs: build fixup for
qgroup_account_snapshot") as temporary bisectability build fixup.
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/transaction.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/transaction.c
b/fs/btrfs/transaction.c
index 4e74b573303048ca5ad0fb426208bc20b919fd66..765845742fde687976db78ed06cf463dc68cd18f 100644
(file)
--- a/
fs/btrfs/transaction.c
+++ b/
fs/btrfs/transaction.c
@@
-1311,11
+1311,6
@@
int btrfs_defrag_root(struct btrfs_root *root)
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.
*