From a20101e2e4d5f5595655544cfc798eb1d445638c Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 9 Feb 2015 18:28:21 +0530 Subject: Bitrot Stub Bitrot stub implements object versioning required for identifying signature freshness. More details about versioning is explained as a part of the "bitrot feature documentation" patch. Change-Id: I2ad70d9eb109ba4a12148ab8d81336afda529ad9 BUG: 1170075 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.org/9709 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/features/bit-rot/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 xlators/features/bit-rot/Makefile.am (limited to 'xlators/features/bit-rot/Makefile.am') diff --git a/xlators/features/bit-rot/Makefile.am b/xlators/features/bit-rot/Makefile.am new file mode 100644 index 00000000000..f963effea22 --- /dev/null +++ b/xlators/features/bit-rot/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = src \ No newline at end of file -- cgit