Subject : NFS OOps - kernel BUG at fs/nfs/nfs3xdr.c:1338 Submitter : Milan Broz <mbroz@redhat.com> Date : 2011-01-14 23:18 Message-ID : 4D30D9D6.2080809@redhat.com References : http://marc.info/?l=linux-kernel&m=129504714503972&w=2 This entry is being used for tracking a regression from 2.6.37. Please don't close it until the problem is fixed in the mainline.
Created attachment 45422 [details] NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!" nfs3_xdr_enc_setacl3args() is not properly setting up the target buffer before nfsacl_encode() attempts to encode the ACL. Introduced by commit d9c407b1 "NFS: Introduce new-style XDR encoding functions for NFSv3." Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>