diff options
Diffstat (limited to 'fs/afs/rxrpc.c')
-rw-r--r-- | fs/afs/rxrpc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/afs/rxrpc.c b/fs/afs/rxrpc.c index 8ccee9ee1d9d..bde3f19c0995 100644 --- a/fs/afs/rxrpc.c +++ b/fs/afs/rxrpc.c | |||
@@ -239,7 +239,8 @@ void afs_flat_call_destructor(struct afs_call *call) | |||
239 | /* | 239 | /* |
240 | * attach the data from a bunch of pages on an inode to a call | 240 | * attach the data from a bunch of pages on an inode to a call |
241 | */ | 241 | */ |
242 | int afs_send_pages(struct afs_call *call, struct msghdr *msg, struct kvec *iov) | 242 | static int afs_send_pages(struct afs_call *call, struct msghdr *msg, |
243 | struct kvec *iov) | ||
243 | { | 244 | { |
244 | struct page *pages[8]; | 245 | struct page *pages[8]; |
245 | unsigned count, n, loop, offset, to; | 246 | unsigned count, n, loop, offset, to; |