NFSv4.1: Use more sensible names for 'initialize_mountpoint'
[linux-2.6-block.git] / fs / nfs / pnfs.h
index cbba28cb02a71595b9c584236f07b7629ecdd988..e12367d504894ae15e9066d66446487fd69fa81e 100644 (file)
@@ -53,8 +53,8 @@ struct pnfs_layoutdriver_type {
        const u32 id;
        const char *name;
        struct module *owner;
-       int (*initialize_mountpoint) (struct nfs_server *);
-       int (*uninitialize_mountpoint) (struct nfs_server *);
+       int (*set_layoutdriver) (struct nfs_server *);
+       int (*clear_layoutdriver) (struct nfs_server *);
        struct pnfs_layout_segment * (*alloc_lseg) (struct pnfs_layout_hdr *layoutid, struct nfs4_layoutget_res *lgr);
        void (*free_lseg) (struct pnfs_layout_segment *lseg);
 };