diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-01-03 03:55:12 -0500 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-01-06 14:58:42 -0500 |
| commit | cdd4e68b5f0ed12c64b3e2be83655d2a47588a74 (patch) | |
| tree | c31565c36e0550655207d2edcabaa6ea1f3217f7 /include/linux | |
| parent | 24ac23ab88df5b21b5b2df8cde748bf99b289099 (diff) | |
NFSv4: Make open_confirm() asynchronous too
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 40718669b9c8..518cfa5cd024 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
| @@ -137,7 +137,7 @@ struct nfs_openres { | |||
| 137 | */ | 137 | */ |
| 138 | struct nfs_open_confirmargs { | 138 | struct nfs_open_confirmargs { |
| 139 | const struct nfs_fh * fh; | 139 | const struct nfs_fh * fh; |
| 140 | nfs4_stateid stateid; | 140 | nfs4_stateid * stateid; |
| 141 | struct nfs_seqid * seqid; | 141 | struct nfs_seqid * seqid; |
| 142 | }; | 142 | }; |
| 143 | 143 | ||
