]> git.baikalelectronics.ru Git - kernel.git/commit
AFS: afs_send_empty_reply() doesn't require an iovec array
authorDavid Howells <dhowells@redhat.com>
Wed, 1 Apr 2015 15:03:46 +0000 (16:03 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 Apr 2015 15:03:46 +0000 (16:03 +0100)
commit79afb685aee0d971290b4569e158e283722c84ae
treee7662f0fa0d95fafde29e7ac4e902f8bca9fccc2
parent10363c96491b1e95dc5e92ae7e00c139f5540e6f
AFS: afs_send_empty_reply() doesn't require an iovec array

afs_send_empty_reply() doesn't require an iovec array with which to initialise
the msghdr, but can pass NULL instead.

Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rxrpc.c