summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ntfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/file.c b/fs/ntfs/file.c
index f548629dfaac..bf72a2c58b75 100644
--- a/fs/ntfs/file.c
+++ b/fs/ntfs/file.c
@@ -1850,7 +1850,7 @@ again:
1850 * pages being swapped out between us bringing them into memory 1850 * pages being swapped out between us bringing them into memory
1851 * and doing the actual copying. 1851 * and doing the actual copying.
1852 */ 1852 */
1853 if (unlikely(iov_iter_fault_in_multipages_readable(i, bytes))) { 1853 if (unlikely(iov_iter_fault_in_readable(i, bytes))) {
1854 status = -EFAULT; 1854 status = -EFAULT;
1855 break; 1855 break;
1856 } 1856 }