projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c975dd4
)
Btrfs: Makefile changes to optionally include btrfs integrity check
author
Stefan Behrens
<sbehrens@giantdisaster.de>
Tue, 1 Nov 2011 16:06:39 +0000
(17:06 +0100)
committer
Stefan Behrens
<sbehrens@giantdisaster.de>
Wed, 21 Dec 2011 18:14:16 +0000
(19:14 +0100)
If the btrfs integrity check is enabled, the files required to
implement the checks are included in the build.
Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
fs/btrfs/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/Makefile
b/fs/btrfs/Makefile
index c0ddfd29c5e5a348464d5c3d15a77a7708fd8d79..bc5b3556cee689f02d8e9a0fb8c7752ab77307fa 100644
(file)
--- a/
fs/btrfs/Makefile
+++ b/
fs/btrfs/Makefile
@@
-11,3
+11,4
@@
btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
reada.o backref.o
btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o
+btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o