diff options
author | Jan Kara <jack@suse.cz> | 2017-11-01 11:36:38 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2017-11-03 09:26:24 -0400 |
commit | cec04e8c825eaa5a4bb1a3ce0d3784628e965196 (patch) | |
tree | 28fa3c7cfdad226086ccaa2d46c4675e4766e1a6 /fs/dax.c | |
parent | 302a5e312b3a106fec49ba08da3f6545c9b7ee18 (diff) |
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>
Diffstat (limited to 'fs/dax.c')
-rw-r--r-- | fs/dax.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1435,7 +1435,8 @@ static int dax_iomap_pmd_fault(struct vm_fault *vmf, | |||
1435 | /** | 1435 | /** |
1436 | * dax_iomap_fault - handle a page fault on a DAX file | 1436 | * dax_iomap_fault - handle a page fault on a DAX file |
1437 | * @vmf: The description of the fault | 1437 | * @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 | ||
1439 | * | 1440 | * |
1440 | * When a page fault occurs, filesystems may call this helper in | 1441 | * When a page fault occurs, filesystems may call this helper in |
1441 | * their fault handler for DAX files. dax_iomap_fault() assumes the caller | 1442 | * their fault handler for DAX files. dax_iomap_fault() assumes the caller |