summaryrefslogtreecommitdiffstats
path: root/fs/nfs/filelayout
diff options
context:
space:
mode:
authorAndy Adamson2017-03-20 23:07:00 +0100
committerAnna Schumaker2017-03-27 22:51:03 +0200
commit551afbb85b3898e78068405d78708245999c19c0 (patch)
tree73cb5fe0f959f2883e68479bf6b90d6c58c5e93c /fs/nfs/filelayout
parentNFS: Fix old dentry rehash after move (diff)
downloadkernel-qcow2-linux-551afbb85b3898e78068405d78708245999c19c0.tar.gz
kernel-qcow2-linux-551afbb85b3898e78068405d78708245999c19c0.tar.xz
kernel-qcow2-linux-551afbb85b3898e78068405d78708245999c19c0.zip
NFS cleanup struct nfs4_filelayout_segment
Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/filelayout')
-rw-r--r--fs/nfs/filelayout/filelayout.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/fs/nfs/filelayout/filelayout.h b/fs/nfs/filelayout/filelayout.h
index 2896cb833a11..4c4d436a6796 100644
--- a/fs/nfs/filelayout/filelayout.h
+++ b/fs/nfs/filelayout/filelayout.h
@@ -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 {