Skip to content

Commit bc71aab

Browse files
amir73iljankara
authored andcommitted
Revert "ext4: add pre-content fsnotify hook for DAX faults"
This reverts commit bb48076. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz> Link: https://patch.msgid.link/20250312073852.2123409-3-amir73il@gmail.com
1 parent 066e053 commit bc71aab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fs/ext4/file.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,6 @@ static vm_fault_t ext4_dax_huge_fault(struct vm_fault *vmf, unsigned int order)
756756
return VM_FAULT_SIGBUS;
757757
}
758758
} else {
759-
result = filemap_fsnotify_fault(vmf);
760-
if (unlikely(result))
761-
return result;
762759
filemap_invalidate_lock_shared(mapping);
763760
}
764761
result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops);

0 commit comments

Comments
 (0)