lkml.org 
[lkml]   [2018]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/3] drivers/dax/super: Add annotation for ops in struct dax_device
Date
From: Huaisheng Ye <yehs1@lenovo.com>

There is no annotation for member ops within struct dax_device.
Add it.

Signed-off-by: Huaisheng Ye <yehs1@lenovo.com>
---
drivers/dax/super.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/dax/super.c b/drivers/dax/super.c
index 2b2332b..aa6382a 100644
--- a/drivers/dax/super.c
+++ b/drivers/dax/super.c
@@ -161,6 +161,7 @@ enum dax_device_flags {
* @host: optional name for lookups where the device path is not available
* @private: dax driver private data
* @flags: state and boolean properties
+ * @ops: function pointers for direct_access and fs-dax
*/
struct dax_device {
struct hlist_node list;
--
1.8.3.1

\
 
 \ /
  Last update: 2018-07-01 08:36    [W:0.062 / U:0.568 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site