Displaying 1 result from an estimated 1 matches for "jfs_compat".
Did you mean:
  is_compat
  
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
Index: ocfs2/libocfs2/Makefile
===================================================================
--- ocfs2/libocfs2/Makefile	(revision 127)
+++ ocfs2/libocfs2/Makefile	(working copy)
@@ -65,6 +65,7 @@
  HFILES =				\
  	include/jfs_user.h		\
+	include/jfs_compat.h		\
  	include/kernel-jbd.h		\
  	include/kernel-list.h		\
  	include/ocfs2_fs.h		\
Index: ocfs2/debugfs.ocfs2/Makefile
===================================================================
--- ocfs2/debugfs.ocfs2/Makefile	(revision 127)
+++ ocfs2/debugfs.ocfs2/Makefile	(working copy)
@@ -12,7 +12,7...