X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fnfs_xdr.h;h=fc461926c412e58d91d717aa7a9cbd48d407ea01;hb=d3c7b7ccc199ee564177ee914c04771d6bc00295;hp=87202c7026e3436f7fae6c63d5c60bca5c1ccd46;hpb=daccbded7f153ec84a3baf3136052e41d0eab555;p=mv-sheeva.git diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 87202c7026e..fc461926c41 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -315,6 +315,10 @@ struct nfs_lockt_res { struct nfs4_sequence_res seq_res; }; +struct nfs_release_lockowner_args { + struct nfs_lowner lock_owner; +}; + struct nfs4_delegreturnargs { const struct nfs_fh *fhandle; const nfs4_stateid *stateid;