2003-07-25 08:40:49

by Wojciech 'Sas' Cieciwa

[permalink] [raw]
Subject: 2.6.0-test1-ac3 and Alpha


OK. next problem on Dec ALPHA is missing
F_GETLK64, F_SETKL64 and F_SETLKW64 requires by fs/fcntl.c

fixed by this patch - requires by SELinux too.

--- linux-2.6.0-test1/include/asm-alpha/fcntl.h.org Mon Jul 14 03:35:14 2003
+++ linux-2.6.0-test1/include/asm-alpha/fcntl.h Fri Jul 25 09:09:55 2003
@@ -36,6 +36,10 @@
#define F_SETSIG 10 /* for sockets. */
#define F_GETSIG 11 /* for sockets. */

+#define F_GETLK64 12 /* using 'struct flock64' */
+#define F_SETLK64 13
+#define F_SETLKW64 14
+
/* for F_[GET|SET]FL */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */


--
{Wojciech 'Sas' Cieciwa} {Member of PLD Team }
{e-mail: [email protected], http://www2.zarz.agh.edu.pl/~cieciwa}