diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-08-13 18:54:45 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-09-28 16:03:04 -0400 |
commit | 2a369153c82e0c83621b3e71d8f0c53394705bda (patch) | |
tree | bed0f7bfde6d8eac2b58bf0f7c452afb5f906b40 /fs/nfs/nfs4_fs.h | |
parent | b3c54de6f82d01637796bcc1f667a45f3b32e814 (diff) |
NFS: Clean up helper function nfs4_select_rw_stateid()
We want to be able to pass on the information that the page was not
dirtied under a lock. Instead of adding a flag parameter, do this
by passing a pointer to a 'struct nfs_lock_owner' that may be NULL.
Also reuse this structure in struct nfs_lock_context to carry the
fl_owner_t and pid_t.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index da0618aeeadb..d95e25ec3574 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -351,7 +351,7 @@ extern void nfs41_handle_server_scope(struct nfs_client *, | |||
351 | extern void nfs4_put_lock_state(struct nfs4_lock_state *lsp); | 351 | extern void nfs4_put_lock_state(struct nfs4_lock_state *lsp); |
352 | extern int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl); | 352 | extern int nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl); |
353 | extern void nfs4_select_rw_stateid(nfs4_stateid *, struct nfs4_state *, | 353 | extern void nfs4_select_rw_stateid(nfs4_stateid *, struct nfs4_state *, |
354 | fmode_t, fl_owner_t, pid_t); | 354 | fmode_t, const struct nfs_lockowner *); |
355 | 355 | ||
356 | extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask); | 356 | extern struct nfs_seqid *nfs_alloc_seqid(struct nfs_seqid_counter *counter, gfp_t gfp_mask); |
357 | extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task); | 357 | extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task); |