aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/cmservice.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-04-26 18:49:28 -0400
committerDavid S. Miller <davem@davemloft.net>2007-04-26 18:49:28 -0400
commitec26815ad847dbf74a1e27aa5515fb7d5dc6ee6f (patch)
tree32510ab35b3524f6be9231ab8065b80be5d9b68d /fs/afs/cmservice.h
parent17926a79320afa9b95df6b977b40cca6d8713cea (diff)
[AFS]: Clean up the AFS sources
Clean up the AFS sources. Also remove references to AFS keys. RxRPC keys are used instead. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/afs/cmservice.h')
-rw-r--r--fs/afs/cmservice.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/fs/afs/cmservice.h b/fs/afs/cmservice.h
index af8d4d689cb2..66e10c15bd1b 100644
--- a/fs/afs/cmservice.h
+++ b/fs/afs/cmservice.h
@@ -1,4 +1,4 @@
1/* cmservice.h: AFS Cache Manager Service declarations 1/* AFS Cache Manager Service declarations
2 * 2 *
3 * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved. 3 * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com) 4 * Written by David Howells (dhowells@redhat.com)
@@ -9,8 +9,8 @@
9 * 2 of the License, or (at your option) any later version. 9 * 2 of the License, or (at your option) any later version.
10 */ 10 */
11 11
12#ifndef _LINUX_AFS_CMSERVICE_H 12#ifndef AFS_CMSERVICE_H
13#define _LINUX_AFS_CMSERVICE_H 13#define AFS_CMSERVICE_H
14 14
15#include <rxrpc/transport.h> 15#include <rxrpc/transport.h>
16#include "types.h" 16#include "types.h"
@@ -20,10 +20,9 @@ extern int afscm_start(void);
20extern void afscm_stop(void); 20extern void afscm_stop(void);
21 21
22/* cache manager server functions */ 22/* cache manager server functions */
23extern int SRXAFSCM_InitCallBackState(struct afs_server *server); 23extern int SRXAFSCM_InitCallBackState(struct afs_server *);
24extern int SRXAFSCM_CallBack(struct afs_server *server, 24extern int SRXAFSCM_CallBack(struct afs_server *, size_t,
25 size_t count, 25 struct afs_callback[]);
26 struct afs_callback callbacks[]); 26extern int SRXAFSCM_Probe(struct afs_server *);
27extern int SRXAFSCM_Probe(struct afs_server *server);
28 27
29#endif /* _LINUX_AFS_CMSERVICE_H */ 28#endif /* AFS_CMSERVICE_H */