Bug 27422
Summary: | NFS OOps - kernel BUG at fs/nfs/nfs3xdr.c:1338 | ||
---|---|---|---|
Product: | File System | Reporter: | Maciej Rutecki (maciej.rutecki) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | gmazyland, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 27352 | ||
Attachments: | NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!" |
Description
Maciej Rutecki
2011-01-23 17:39:21 UTC
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> |