Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux

Pull nfsd bugfix from Bruce Fields:
"Another xdr encoding regression that may cause incorrect encoding on
failures of certain readdirs"

* 'for-3.16' of git://linux-nfs.org/~bfields/linux:
nfsd: Fix bad reserving space for encoding rdattr_error

+1 -1
+1 -1
fs/nfsd/nfs4xdr.c
··· 2641 2641 { 2642 2642 __be32 *p; 2643 2643 2644 - p = xdr_reserve_space(xdr, 6); 2644 + p = xdr_reserve_space(xdr, 20); 2645 2645 if (!p) 2646 2646 return NULL; 2647 2647 *p++ = htonl(2);