Message ID | 20170817160815.30466-9-jack@suse.cz (mailing list archive) |
---|---|
State | Accepted |
Commit | cec04e8c825e |
Headers | show |
On Thu, Aug 17, 2017 at 06:08:10PM +0200, Jan Kara wrote: > Add missing argument description. > > Signed-off-by: Jan Kara <jack@suse.cz> Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Looks fine,
Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/fs/dax.c b/fs/dax.c index 54d2a9161f71..85ea49bbbdbf 100644 --- a/fs/dax.c +++ b/fs/dax.c @@ -1414,7 +1414,8 @@ static int dax_iomap_pmd_fault(struct vm_fault *vmf, /** * dax_iomap_fault - handle a page fault on a DAX file * @vmf: The description of the fault - * @ops: iomap ops passed from the file system + * @pe_size: Size of the page to fault in + * @ops: Iomap ops passed from the file system * * When a page fault occurs, filesystems may call this helper in * their fault handler for DAX files. dax_iomap_fault() assumes the caller
Add missing argument description. Signed-off-by: Jan Kara <jack@suse.cz> --- fs/dax.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)