diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfs_xdr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index a7b7f2a059cc..f71260aeb803 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -754,6 +754,10 @@ struct nfs4_readlink { | |||
754 | struct nfs4_sequence_args seq_args; | 754 | struct nfs4_sequence_args seq_args; |
755 | }; | 755 | }; |
756 | 756 | ||
757 | struct nfs4_readlink_res { | ||
758 | struct nfs4_sequence_res seq_res; | ||
759 | }; | ||
760 | |||
757 | struct nfs4_rename_arg { | 761 | struct nfs4_rename_arg { |
758 | const struct nfs_fh * old_dir; | 762 | const struct nfs_fh * old_dir; |
759 | const struct nfs_fh * new_dir; | 763 | const struct nfs_fh * new_dir; |