c1d3586656
NFS: Change cb_recallargs to pass "struct sockaddr *" instead of sockaddr_in
...
Change the addr field in the cb_recallargs struct to a "struct sockaddr *"
to support non-IPv4 addresses.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com >
Cc: Aurelien Charbon <aurelien.charbon@ext.bull.net >
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com >
2008-01-30 02:05:55 -05:00
671beed7e2
NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in
...
Change the addr field in the cb_getattrargs struct to a "struct sockaddr *"
to support non-IPv4 addresses.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com >
Cc: Aurelien Charbon <aurelien.charbon@ext.bull.net >
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com >
2008-01-30 02:05:54 -05:00
2e42c3e2ae
NFS: Fix more sparse warnings
...
- fs/nfs/nfs4xdr.c:2499:42: warning: incorrect type in argument 2
(different signedness)
- fs/nfs/nfs4xdr.c:2658:49: warning: incorrect type in argument 4
(different explicit signedness)
- fs/nfs/nfs4xdr.c:2683:50: warning: incorrect type in argument 4
(different explicit signedness)
- fs/nfs/nfs4xdr.c:3063:68: warning: incorrect type in argument 4
(different explicit signedness)
- fs/nfs/nfs4xdr.c:3065:68: warning: incorrect type in argument 4
(different explicit signedness)
- fs/nfs/callback_xdr.c:138:31: warning: incorrect type in argument 2
(different signedness)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com >
2007-05-14 19:33:46 -04:00
5704fdeb41
[PATCH] xdr annotations: fs/nfs/callback*
...
on-the-wire data is big-endian
[mostly pulled from Alexey's patch]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no >
Acked-by: Neil Brown <neilb@suse.de >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-10-20 10:26:40 -07:00
e6f684f644
[PATCH] fs/nfs/callback* passes error values big-endian
...
[pulled from Alexey's patch]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no >
Acked-by: Neil Brown <neilb@suse.de >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-10-20 10:26:40 -07:00
5ae1fbce14
NFS: Fix NFS4 callback up/down prototypes
...
Make the nfs_callback_up()/down() prototypes just do nothing if NFS4 is not
enabled. Also make the down function void type since we can't really do
anything if it fails.
Signed-Off-By: David Howells <dhowells@redhat.com >
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com >
2006-09-22 23:24:31 -04:00
a72b44222d
NFSv4: Allow user to set the port used by the NFSv4 callback channel
...
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com >
2006-01-06 14:58:52 -05:00
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00