]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/lightnvm.h
lightnvm: remove _unlocked variant of [get/put]_blk
[mirror_ubuntu-zesty-kernel.git] / include / linux / lightnvm.h
index d619f6dde7df1a897ff80889a70e6d2dad9f4284..e9836cfb6fdeb5098bb25ea22a33f46e9f7ffa02 100644 (file)
@@ -491,8 +491,6 @@ struct nvmm_type {
        nvmm_remove_tgt_fn *remove_tgt;
 
        /* Block administration callbacks */
-       nvmm_get_blk_fn *get_blk_unlocked;
-       nvmm_put_blk_fn *put_blk_unlocked;
        nvmm_get_blk_fn *get_blk;
        nvmm_put_blk_fn *put_blk;
        nvmm_open_blk_fn *open_blk;
@@ -522,10 +520,6 @@ struct nvmm_type {
 extern int nvm_register_mgr(struct nvmm_type *);
 extern void nvm_unregister_mgr(struct nvmm_type *);
 
-extern struct nvm_block *nvm_get_blk_unlocked(struct nvm_dev *,
-                                       struct nvm_lun *, unsigned long);
-extern void nvm_put_blk_unlocked(struct nvm_dev *, struct nvm_block *);
-
 extern struct nvm_block *nvm_get_blk(struct nvm_dev *, struct nvm_lun *,
                                                                unsigned long);
 extern void nvm_put_blk(struct nvm_dev *, struct nvm_block *);