linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] drivers/dax/super: Add annotation for ops in struct dax_device
@ 2018-07-01  6:18 Huaisheng Ye
       [not found] ` <20180701061848.7036-1-yehs2007-ytc+IHgoah0@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Huaisheng Ye @ 2018-07-01  6:18 UTC (permalink / raw)
  To: dan.j.williams-ral2JQCrhuEAvxtiuMwx3w
  Cc: linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw,
	chengnt-6jq1YtArVR3QT0dZR+AlfA, jack-IBi9RG/b67k,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, willy-wEGCiKHe2LqWVfeAwA7xHQ,
	linux-ext4-u79uwXL29TY76Z2rM5mHXA

From: Huaisheng Ye <yehs1-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>

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

Signed-off-by: Huaisheng Ye <yehs1-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org>
---
 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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-02  7:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-01  6:18 [PATCH 1/3] drivers/dax/super: Add annotation for ops in struct dax_device Huaisheng Ye
     [not found] ` <20180701061848.7036-1-yehs2007-ytc+IHgoah0@public.gmane.org>
2018-07-01  6:18   ` [PATCH 2/3] fs/ext2/inode: Fix a type cast error for fsdax Huaisheng Ye
     [not found]     ` <20180701061848.7036-2-yehs2007-ytc+IHgoah0@public.gmane.org>
2018-07-01 19:26       ` Al Viro
     [not found]         ` <20180701192600.GT30522-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org>
2018-07-02  6:23           ` Huaisheng Ye
     [not found]             ` <16459a9432e.10c419704327.5268154349116077352-ytc+IHgoah0@public.gmane.org>
2018-07-02  7:55               ` Jan Kara
2018-07-01  6:18   ` [PATCH 3/3] fs/ext2/inode: Optimize the condition for iomap_begin Huaisheng Ye
     [not found]     ` <20180701061848.7036-3-yehs2007-ytc+IHgoah0@public.gmane.org>
2018-07-02  7:57       ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).