diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-27 22:12:44 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-27 22:12:44 -0400 |
commit | 16e429596dec4d28e16812b3a9be27f18412c567 (patch) | |
tree | b11c0f3829ae1225794a3d1fca68a1878a87a46d /include | |
parent | 6caf2c8276d371679a798058e8fdf49f5ff831a3 (diff) | |
download | linux-stable-16e429596dec4d28e16812b3a9be27f18412c567.tar.gz linux-stable-16e429596dec4d28e16812b3a9be27f18412c567.tar.bz2 linux-stable-16e429596dec4d28e16812b3a9be27f18412c567.zip |
NFSv4: Add post-op attributes to nfs4_proc_remove()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_xdr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 6f0804280824..deeba7e2c518 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -623,6 +623,13 @@ struct nfs4_readlink { struct nfs4_remove_arg { const struct nfs_fh * fh; const struct qstr * name; + const u32 * bitmask; +}; + +struct nfs4_remove_res { + const struct nfs_server * server; + struct nfs4_change_info cinfo; + struct nfs_fattr * dir_attr; }; struct nfs4_rename_arg { |