]> git.neil.brown.name Git - history.git/commit
[PATCH] kNFSd: return more than one page of directory entries.
authorAndrew Morton <akpm@osdl.org>
Thu, 26 Feb 2004 14:51:46 +0000 (06:51 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 Feb 2004 14:51:46 +0000 (06:51 -0800)
commitf6455f35df182d8ba5751c099b5d356079051400
treea207d3ca86bd80c77a70c4e207ac13c6832ea8a5
parent255e9f8076c70ea86ac12e7478bc5a49f5227e12
[PATCH] kNFSd: return more than one page of directory entries.

From: NeilBrown <neilb@cse.unsw.edu.au>

From: Bruce Allan <bwa@us.ibm.com>

This requires checking if the entry will fit in the current page and, if it
doesn't, encoding it into the next page, and then copying it back to lie
across the boundary between two pages.
fs/nfsd/nfs3proc.c
fs/nfsd/nfs3xdr.c