]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
NFS cleanup struct nfs4_filelayout_segment
authorAndy Adamson <andros@netapp.com>
Mon, 20 Mar 2017 22:07:00 +0000 (18:07 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 27 Mar 2017 20:51:03 +0000 (16:51 -0400)
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/filelayout/filelayout.h

index 2896cb833a11375e064f926c3a50b5cbfd499f39..4c4d436a679660e99d6b19719d563be795ea53ff 100644 (file)
@@ -55,15 +55,15 @@ struct nfs4_file_layout_dsaddr {
 };
 
 struct nfs4_filelayout_segment {
-       struct pnfs_layout_segment generic_hdr;
-       u32 stripe_type;
-       u32 commit_through_mds;
-       u32 stripe_unit;
-       u32 first_stripe_index;
-       u64 pattern_offset;
-       struct nfs4_file_layout_dsaddr *dsaddr; /* Point to GETDEVINFO data */
-       unsigned int num_fh;
-       struct nfs_fh **fh_array;
+       struct pnfs_layout_segment      generic_hdr;
+       u32                             stripe_type;
+       u32                             commit_through_mds;
+       u32                             stripe_unit;
+       u32                             first_stripe_index;
+       u64                             pattern_offset;
+       struct nfs4_file_layout_dsaddr  *dsaddr; /* Point to GETDEVINFO data */
+       unsigned int                    num_fh;
+       struct nfs_fh                   **fh_array;
 };
 
 struct nfs4_filelayout {