Commit 13b7954c authored by Vishal Verma's avatar Vishal Verma Committed by Dan Williams

libnvdimm, btt: add a couple of missing kernel-doc lines

Recent updates to btt.h neglected to add corresponding kernel-doc lines
for new structure members. Add them.
Signed-off-by: default avatarVishal Verma <vishal.l.verma@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 41fce90f
...@@ -125,6 +125,7 @@ struct aligned_lock { ...@@ -125,6 +125,7 @@ struct aligned_lock {
* @list: List head for list of arenas * @list: List head for list of arenas
* @debugfs_dir: Debugfs dentry * @debugfs_dir: Debugfs dentry
* @flags: Arena flags - may signify error states. * @flags: Arena flags - may signify error states.
* @err_lock: Mutex for synchronizing error clearing.
* *
* arena_info is a per-arena handle. Once an arena is narrowed down for an * arena_info is a per-arena handle. Once an arena is narrowed down for an
* IO, this struct is passed around for the duration of the IO. * IO, this struct is passed around for the duration of the IO.
...@@ -176,6 +177,7 @@ struct arena_info { ...@@ -176,6 +177,7 @@ struct arena_info {
* @init_lock: Mutex used for the BTT initialization * @init_lock: Mutex used for the BTT initialization
* @init_state: Flag describing the initialization state for the BTT * @init_state: Flag describing the initialization state for the BTT
* @num_arenas: Number of arenas in the BTT instance * @num_arenas: Number of arenas in the BTT instance
* @phys_bb: Pointer to the namespace's badblocks structure
*/ */
struct btt { struct btt {
struct gendisk *btt_disk; struct gendisk *btt_disk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment