Message ID | 20220304204655.3489216-1-ira.weiny@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | db8cd5efeebc4904df1653926102413d088a5c7e |
Headers | show |
Series | fs/dax: Fix missing kdoc for dax_device | expand |
On Fri, Mar 4, 2022 at 12:47 PM <ira.weiny@intel.com> wrote: > > From: Ira Weiny <ira.weiny@intel.com> > > struct dax_device has a member named ops which was undocumented. > > Add the kdoc. > Applied, but I fixed up the subject prefix to just "dax:" since this is shared between the fs-dax and device-dax.
diff --git a/drivers/dax/super.c b/drivers/dax/super.c index 5c003cc73d04..2fd3a01ba34b 100644 --- a/drivers/dax/super.c +++ b/drivers/dax/super.c @@ -22,6 +22,7 @@ * @cdev: optional character interface for "device dax" * @private: dax driver private data * @flags: state and boolean properties + * @ops: operations for this device */ struct dax_device { struct inode inode;