Skip to content

Commit

Permalink
NFS cleanup struct nfs4_filelayout_segment
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
  • Loading branch information
androsadamson authored and amschuma-ntap committed Mar 27, 2017
1 parent d4ea7e3 commit 551afbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fs/nfs/filelayout/filelayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 551afbb

Please sign in to comment.