knfsd: rpc: fix server-side wrapping of krb5i replies
authorNeilBrown <neilb@suse.de>
Wed, 9 May 2007 09:34:52 +0000 (02:34 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:54 +0000 (12:30 -0700)
commit153e44d22fb5f98198f90fbf56e89b345e48534d
tree1bb266798f1a08d2c5f09f2bd3c87564fea52744
parent402acd29e552cb80109d1d5c0ada53f634465d87
knfsd: rpc: fix server-side wrapping of krb5i replies

It's not necessarily correct to assume that the xdr_buf used to hold the
server's reply must have page data whenever it has tail data.

And there's no need for us to deal with that case separately anyway.

Acked-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/sunrpc/auth_gss/svcauth_gss.c