NFS: Reduce stack footprint of nfs_proc_remove()
[deliverable/linux.git] / include / linux / nfs_xdr.h
index 89b28812ec241002463621d75d93b3621f079221..76e11c66340316225d46cb51805de45a03396d67 100644 (file)
@@ -386,8 +386,8 @@ struct nfs_removeargs {
 
 struct nfs_removeres {
        const struct nfs_server *server;
+       struct nfs_fattr        *dir_attr;
        struct nfs4_change_info cinfo;
-       struct nfs_fattr        dir_attr;
        struct nfs4_sequence_res        seq_res;
 };
 
This page took 0.028829 seconds and 5 git commands to generate.