diff options
Diffstat (limited to 'include/linux/lockd/share.h')
| -rw-r--r-- | include/linux/lockd/share.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/lockd/share.h b/include/linux/lockd/share.h index c75a424ebe4c..630c5bf69b07 100644 --- a/include/linux/lockd/share.h +++ b/include/linux/lockd/share.h | |||
| @@ -21,10 +21,11 @@ struct nlm_share { | |||
| 21 | u32 s_mode; /* deny mode */ | 21 | u32 s_mode; /* deny mode */ |
| 22 | }; | 22 | }; |
| 23 | 23 | ||
| 24 | u32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *, | 24 | __be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *, |
| 25 | struct nlm_args *); | 25 | struct nlm_args *); |
| 26 | u32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *, | 26 | __be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *, |
| 27 | struct nlm_args *); | 27 | struct nlm_args *); |
| 28 | void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *, int); | 28 | void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *, |
| 29 | nlm_host_match_fn_t); | ||
| 29 | 30 | ||
| 30 | #endif /* LINUX_LOCKD_SHARE_H */ | 31 | #endif /* LINUX_LOCKD_SHARE_H */ |
