From: Huaisheng Ye Subject: [PATCH 1/3] drivers/dax/super: Add annotation for ops in struct dax_device Date: Sun, 1 Jul 2018 14:18:46 +0800 Message-ID: <20180701061848.7036-1-yehs2007@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org, chengnt-6jq1YtArVR3QT0dZR+AlfA@public.gmane.org, jack-IBi9RG/b67k@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org Sender: "Linux-nvdimm" List-Id: linux-ext4.vger.kernel.org From: Huaisheng Ye There is no annotation for member ops within struct dax_device. Add it. Signed-off-by: Huaisheng Ye --- 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