Skip to content

Commit cec04e8

Browse files
jankaradjbw
authored andcommitted
dax: Fix comment describing dax_iomap_fault()
Add missing argument description. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 302a5e3 commit cec04e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/dax.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,8 @@ static int dax_iomap_pmd_fault(struct vm_fault *vmf,
14351435
/**
14361436
* dax_iomap_fault - handle a page fault on a DAX file
14371437
* @vmf: The description of the fault
1438-
* @ops: iomap ops passed from the file system
1438+
* @pe_size: Size of the page to fault in
1439+
* @ops: Iomap ops passed from the file system
14391440
*
14401441
* When a page fault occurs, filesystems may call this helper in
14411442
* their fault handler for DAX files. dax_iomap_fault() assumes the caller

0 commit comments

Comments
 (0)