SUNRPC: pass buffer size to svc_addsock()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 23 Apr 2009 23:32:33 +0000 (19:32 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 28 Apr 2009 17:54:28 +0000 (13:54 -0400)
commitbfba9ab4c64f0e5c33930711e6c073c285e01fcf
tree1342b7e7d682fd468f0eb271faf2c15afdc8bd50
parent335c54bdc4d3bacdbd619ec95cd0b352435bd37f
SUNRPC: pass buffer size to svc_addsock()

Adjust the synopsis of svc_addsock() to pass in the size of the output
buffer.  Add a documenting comment.

This is a cosmetic change for now.  A subsequent patch will make sure
the buffer length is passed to one_sock_name(), where the length will
actually be useful.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfsctl.c
include/linux/sunrpc/svcsock.h
net/sunrpc/svcsock.c