From 1a15248382e53e5c04cb6235144001d697f6b09b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 24 Mar 2010 04:04:02 +0000 Subject: new 'features/read-only' module added Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 712 (mount.glusterfs script doesn't handle 'ro' option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=712 --- xlators/features/read-only/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xlators/features/read-only/Makefile.am (limited to 'xlators/features/read-only/Makefile.am') diff --git a/xlators/features/read-only/Makefile.am b/xlators/features/read-only/Makefile.am new file mode 100644 index 00000000000..d471a3f9243 --- /dev/null +++ b/xlators/features/read-only/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = src + +CLEANFILES = -- cgit