public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* NFS Locking violates protocol spec (incompatible with FreeBSD)
@ 2003-11-07  4:10 Kris Kennaway
  2003-11-07  4:46 ` Trond Myklebust
  0 siblings, 1 reply; 5+ messages in thread
From: Kris Kennaway @ 2003-11-07  4:10 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

Hello,

In http://lxr.linux.no/source/include/linux/lockd/xdr.h?v=2.6.0-test7
can be found the following comment:

35 /*
36  *      NLM cookies. Technically they can be 1K, Nobody uses over 8 bytes
37  *      however.
38  */
39  
40 struct nlm_cookie
41 {
42         unsigned char data[8];
43         unsigned int len;
44 };

Unfortunately, this is incorrect: FreeBSD 5.x's rpc.lockd uses a 16
byte cookie, and therefore FreeBSD 5.x NFS clients cannot interoperate
with Linux when NFS locking is enabled.

  http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/56461

contains more details about this problem, including a workaround for
FreeBSD to limit the cookie size to 8 bytes.  Obviously, it would be
better for this bug to be fixed in Linux, since Linux is
non-conformant to the protocol.

Kris



[-- Attachment #2: Type: application/pgp-signature, Size: 187 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-11-07 23:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-07  4:10 NFS Locking violates protocol spec (incompatible with FreeBSD) Kris Kennaway
2003-11-07  4:46 ` Trond Myklebust
2003-11-07  4:53   ` Kris Kennaway
2003-11-07  6:13     ` Trond Myklebust
2003-11-07  6:32       ` Kris Kennaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox