diff options
Diffstat (limited to 'fs/nfsd/state.h')
| -rw-r--r-- | fs/nfsd/state.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 22bd0a66c356..e036894bce57 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
| @@ -373,11 +373,7 @@ static inline struct nfs4_lockowner * lockowner(struct nfs4_stateowner *so) | |||
| 373 | return container_of(so, struct nfs4_lockowner, lo_owner); | 373 | return container_of(so, struct nfs4_lockowner, lo_owner); |
| 374 | } | 374 | } |
| 375 | 375 | ||
| 376 | /* | 376 | /* nfs4_file: a file opened by some number of (open) nfs4_stateowners. */ |
| 377 | * nfs4_file: a file opened by some number of (open) nfs4_stateowners. | ||
| 378 | * o fi_perfile list is used to search for conflicting | ||
| 379 | * share_acces, share_deny on the file. | ||
| 380 | */ | ||
| 381 | struct nfs4_file { | 377 | struct nfs4_file { |
| 382 | atomic_t fi_ref; | 378 | atomic_t fi_ref; |
| 383 | struct list_head fi_hash; /* hash by "struct inode *" */ | 379 | struct list_head fi_hash; /* hash by "struct inode *" */ |
| @@ -459,7 +455,7 @@ extern void nfs4_unlock_state(void); | |||
| 459 | extern int nfs4_in_grace(void); | 455 | extern int nfs4_in_grace(void); |
| 460 | extern void nfs4_release_reclaim(void); | 456 | extern void nfs4_release_reclaim(void); |
| 461 | extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(struct nfs4_client *crp); | 457 | extern struct nfs4_client_reclaim *nfsd4_find_reclaim_client(struct nfs4_client *crp); |
| 462 | extern __be32 nfs4_check_open_reclaim(clientid_t *clid); | 458 | extern __be32 nfs4_check_open_reclaim(clientid_t *clid, bool sessions); |
| 463 | extern void nfs4_free_openowner(struct nfs4_openowner *); | 459 | extern void nfs4_free_openowner(struct nfs4_openowner *); |
| 464 | extern void nfs4_free_lockowner(struct nfs4_lockowner *); | 460 | extern void nfs4_free_lockowner(struct nfs4_lockowner *); |
| 465 | extern int set_callback_cred(void); | 461 | extern int set_callback_cred(void); |
