[OpenAFS] naive questions about openafs

Guillaume Rousse rousse@ccr.jussieu.fr
Mon, 24 Jan 2005 13:56:08 +0100


This is a multi-part message in MIME format.
--------------080807000308090101060900
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Derrick J Brashear wrote:
> On Sat, 22 Jan 2005, Guillaume Rousse wrote:
> 
>>> The point is: how would it change, otherwise as inside the source code ?
>>
>> I think I found an exemple with the rlim stuff in 2.6.10, that is 
>> handled by configure step :/
> 
> 
> Right, this is what we've been trying to explain.
For the moment, I left the dkms idea, and just shipped the source alone, 
as for the official package.

BTW, I found a little bug in the configure-libafs script, making vfs.h 
header generated in the wrong directory. Here is a patch fixing this.
-- 
Anything the Army says is man-portable, isn't
		-- Murphy's New Military Laws n°15

--------------080807000308090101060900
Content-Type: text/plain;
 name="openafs-1.3.77-configurefix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="openafs-1.3.77-configurefix.patch"

--- openafs-1.3.77/acinclude.m4~	2004-12-13 20:40:42.000000000 +0100
+++ openafs-1.3.77/acinclude.m4	2005-01-23 00:33:09.452611105 +0100
@@ -546,7 +546,7 @@
 		 OPENAFS_GCC_SUPPORTS_PIPE
 		 AC_SUBST(LINUX_GCC_KOPTS)
 	         ifdef([OPENAFS_CONFIGURE_LIBAFS],
-	           [LINUX_BUILD_VNODE_FROM_INODE(src/config,afs)],
+	           [LINUX_BUILD_VNODE_FROM_INODE(src/config,src/afs)],
 	           [LINUX_BUILD_VNODE_FROM_INODE(${srcdir}/src/config,src/afs/LINUX,${srcdir}/src/afs/LINUX)]
 	         )
 		 LINUX_COMPLETION_H_EXISTS

--------------080807000308090101060900--