From: J. Bruce Fields Date: Tue, 17 Jul 2007 11:04:35 +0000 (-0700) Subject: knfsd: nfsd4: fix NFSv4 filehandle size units confusion X-Git-Tag: v2.6.23-rc1~660 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a1060ae7dc671a0208b341bd454009625bb5a6;p=pandora-kernel.git knfsd: nfsd4: fix NFSv4 filehandle size units confusion NFS4_FHSIZE is measured in bytes, not 4-byte words, so much more space than necessary is being allocated for struct nfs4_cb_recall. I should have wondered why this structure was so much larger than it needed to be! Signed-off-by: "J. Bruce Fields" Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed