aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dax.c
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2018-04-16 16:25:08 -0400
committerJonathan Corbet <corbet@lwn.net>2018-04-16 16:25:08 -0400
commit24844fd33945470942c954324ad2c655929000cc (patch)
tree391b2999f1900e0ca93349000fd8b334a77615c7 /fs/dax.c
parent32fb7ef69a9f1e3c8ec18a174fbc474b90ee645e (diff)
parent82381918c4712ba107d3e4ff7117751f396018f7 (diff)
Merge branch 'mm-rst' into docs-next
Mike Rapoport says: These patches convert files in Documentation/vm to ReST format, add an initial index and link it to the top level documentation. There are no contents changes in the documentation, except few spelling fixes. The relatively large diffstat stems from the indentation and paragraph wrapping changes. I've tried to keep the formatting as consistent as possible, but I could miss some places that needed markup and add some markup where it was not necessary. [jc: significant conflicts in vm/hmm.rst]
Diffstat (limited to 'fs/dax.c')
-rw-r--r--fs/dax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dax.c b/fs/dax.c
index aaec72ded1b6..aa86d9f971a4 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -677,7 +677,7 @@ static void dax_mapping_entry_mkclean(struct address_space *mapping,
677 * downgrading page table protection not changing it to point 677 * downgrading page table protection not changing it to point
678 * to a new page. 678 * to a new page.
679 * 679 *
680 * See Documentation/vm/mmu_notifier.txt 680 * See Documentation/vm/mmu_notifier.rst
681 */ 681 */
682 if (pmdp) { 682 if (pmdp) {
683#ifdef CONFIG_FS_DAX_PMD 683#ifdef CONFIG_FS_DAX_PMD