diff options
Diffstat (limited to 'include/linux/lightnvm.h')
| -rw-r--r-- | include/linux/lightnvm.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h index 2fdeac1a420d..5d865a5d5cdc 100644 --- a/include/linux/lightnvm.h +++ b/include/linux/lightnvm.h @@ -90,7 +90,7 @@ typedef int (nvm_get_chk_meta_fn)(struct nvm_dev *, sector_t, int,  							struct nvm_chk_meta *);  typedef int (nvm_submit_io_fn)(struct nvm_dev *, struct nvm_rq *);  typedef int (nvm_submit_io_sync_fn)(struct nvm_dev *, struct nvm_rq *); -typedef void *(nvm_create_dma_pool_fn)(struct nvm_dev *, char *); +typedef void *(nvm_create_dma_pool_fn)(struct nvm_dev *, char *, int);  typedef void (nvm_destroy_dma_pool_fn)(void *);  typedef void *(nvm_dev_dma_alloc_fn)(struct nvm_dev *, void *, gfp_t,  								dma_addr_t *); @@ -357,6 +357,7 @@ struct nvm_geo {  	u32	clba;		/* sectors per chunk */  	u16	csecs;		/* sector size */  	u16	sos;		/* out-of-band area size */ +	bool	ext;		/* metadata in extended data buffer */  	/* device write constrains */  	u32	ws_min;		/* minimum write size */ | 
