mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
Revert "ext4: add pre-content fsnotify hook for DAX faults"
This reverts commit bb480760ff.
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
This commit is contained in:
parent
066e053fe2
commit
bc71aab451
|
|
@ -756,9 +756,6 @@ static vm_fault_t ext4_dax_huge_fault(struct vm_fault *vmf, unsigned int order)
|
|||
return VM_FAULT_SIGBUS;
|
||||
}
|
||||
} else {
|
||||
result = filemap_fsnotify_fault(vmf);
|
||||
if (unlikely(result))
|
||||
return result;
|
||||
filemap_invalidate_lock_shared(mapping);
|
||||
}
|
||||
result = dax_iomap_fault(vmf, order, &pfn, &error, &ext4_iomap_ops);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user