[Ocfs2-devel] [PATCH 1/4] ocfs2: Fix broken rpm build

Sunil Mushran sunil.mushran at oracle.com
Fri Feb 8 10:49:34 PST 2008


Commit 959aeecc8cdaf7ce6046227062086624d4eb7031 in this tree missed
including kapi-include/include/mandatory_lock.h to Makefile.

Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4a290cf..8e17890 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ KAPI_COMPAT_FILES = \
 	kapi-compat/include/writeback_control.h \
 	kapi-compat/include/blkcnt_t.h \
 	kapi-compat/include/read_mapping_page.h \
-	kapi-compat/include/aiovec.h
+	kapi-compat/include/aiovec.h \
+	kapi-compat/include/mandatory_lock.h
 
 PATCH_FILES =
 
-- 
1.5.2.5




More information about the Ocfs2-devel mailing list