From: Andy Adamson <andros@xxxxxxxxxx> squash into pnfs_submit: layout segment alloc, reference, destroy Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfs/pnfs.c | 2 +- include/linux/nfs4_pnfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index bf86975..98f53c2 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -412,7 +412,7 @@ pnfs_destroy_all_layouts(struct nfs_client *clp) } static inline void -init_lseg(struct pnfs_layout_type *lo, struct pnfs_layout_segment *lseg) +init_lseg(struct pnfs_layout_hdr *lo, struct pnfs_layout_segment *lseg) { INIT_LIST_HEAD(&lseg->fi_list); kref_init(&lseg->kref); diff --git a/include/linux/nfs4_pnfs.h b/include/linux/nfs4_pnfs.h index 59a1a12..89d0e7e 100644 --- a/include/linux/nfs4_pnfs.h +++ b/include/linux/nfs4_pnfs.h @@ -137,7 +137,7 @@ struct layoutdriver_io_operations { * a set_layout call to set the opaque layout in the layout driver.*/ struct pnfs_layout_hdr * (*alloc_layout) (struct inode *inode); void (*free_layout) (struct pnfs_layout_hdr *); - struct pnfs_layout_segment * (*alloc_lseg) (struct pnfs_layout_type *layoutid, struct nfs4_pnfs_layoutget_res *lgr); + struct pnfs_layout_segment * (*alloc_lseg) (struct pnfs_layout_hdr *layoutid, struct nfs4_pnfs_layoutget_res *lgr); void (*free_lseg) (struct pnfs_layout_segment *lseg); /* Registration information for a new mounted file system -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html