diff options
| author | Chuck Lever <chuck.lever@oracle.com> | 2008-12-11 17:56:14 -0500 |
|---|---|---|
| committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-06 11:53:55 -0500 |
| commit | e6765b83977f07983c7a10e6bbb19d6c7bbfc3a4 (patch) | |
| tree | 87ea535ec91aaa56263ffbb5a34c8e9541e77136 /include/linux/lockd | |
| parent | 94da7663db26530a8377f7219f8be8bd4d4822c2 (diff) | |
NSM: Remove include/linux/lockd/sm_inter.h
Clean up: The include/linux/lockd/sm_inter.h header is nearly empty
now. Remove it.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux/lockd')
| -rw-r--r-- | include/linux/lockd/lockd.h | 1 | ||||
| -rw-r--r-- | include/linux/lockd/sm_inter.h | 16 | ||||
| -rw-r--r-- | include/linux/lockd/xdr.h | 1 |
3 files changed, 2 insertions, 16 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 1ccd49e97a7..8b57467375c 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
| @@ -205,6 +205,7 @@ extern struct svc_procedure nlmsvc_procedures4[]; | |||
| 205 | extern int nlmsvc_grace_period; | 205 | extern int nlmsvc_grace_period; |
| 206 | extern unsigned long nlmsvc_timeout; | 206 | extern unsigned long nlmsvc_timeout; |
| 207 | extern int nsm_use_hostnames; | 207 | extern int nsm_use_hostnames; |
| 208 | extern int nsm_local_state; | ||
| 208 | 209 | ||
| 209 | /* | 210 | /* |
| 210 | * Lockd client functions | 211 | * Lockd client functions |
diff --git a/include/linux/lockd/sm_inter.h b/include/linux/lockd/sm_inter.h deleted file mode 100644 index 5cef5a79dd9..00000000000 --- a/include/linux/lockd/sm_inter.h +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * linux/include/linux/lockd/sm_inter.h | ||
| 3 | * | ||
| 4 | * Declarations for the kernel statd client. | ||
| 5 | * | ||
| 6 | * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> | ||
| 7 | */ | ||
| 8 | |||
| 9 | #ifndef LINUX_LOCKD_SM_INTER_H | ||
| 10 | #define LINUX_LOCKD_SM_INTER_H | ||
| 11 | |||
| 12 | #define SM_MAXSTRLEN 1024 | ||
| 13 | |||
| 14 | extern int nsm_local_state; | ||
| 15 | |||
| 16 | #endif /* LINUX_LOCKD_SM_INTER_H */ | ||
diff --git a/include/linux/lockd/xdr.h b/include/linux/lockd/xdr.h index 6338866222a..7dc5b6cb44c 100644 --- a/include/linux/lockd/xdr.h +++ b/include/linux/lockd/xdr.h | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <linux/nfs.h> | 13 | #include <linux/nfs.h> |
| 14 | #include <linux/sunrpc/xdr.h> | 14 | #include <linux/sunrpc/xdr.h> |
| 15 | 15 | ||
| 16 | #define SM_MAXSTRLEN 1024 | ||
| 16 | #define SM_PRIV_SIZE 16 | 17 | #define SM_PRIV_SIZE 16 |
| 17 | 18 | ||
| 18 | struct nsm_private { | 19 | struct nsm_private { |
