@@ -820,7 +820,7 @@ static ssize_t gfs2_file_direct_read(struct kiocb *iocb, struct iov_iter *to,
820
820
/*
821
821
* In this function, we disable page faults when we're holding the
822
822
* inode glock while doing I/O. If a page fault occurs, we indicate
823
- * that the inode glock may be dropped, fault in the pages manually,
823
+ * that the inode glock should be dropped, fault in the pages manually,
824
824
* and retry.
825
825
*
826
826
* Unlike generic_file_read_iter, for reads, iomap_dio_rw can trigger
@@ -885,7 +885,7 @@ static ssize_t gfs2_file_direct_write(struct kiocb *iocb, struct iov_iter *from,
885
885
/*
886
886
* In this function, we disable page faults when we're holding the
887
887
* inode glock while doing I/O. If a page fault occurs, we indicate
888
- * that the inode glock may be dropped, fault in the pages manually,
888
+ * that the inode glock should be dropped, fault in the pages manually,
889
889
* and retry.
890
890
*
891
891
* For writes, iomap_dio_rw only triggers manual page faults, so we
@@ -957,7 +957,7 @@ static ssize_t gfs2_file_read_iter(struct kiocb *iocb, struct iov_iter *to)
957
957
/*
958
958
* In this function, we disable page faults when we're holding the
959
959
* inode glock while doing I/O. If a page fault occurs, we indicate
960
- * that the inode glock may be dropped, fault in the pages manually,
960
+ * that the inode glock should be dropped, fault in the pages manually,
961
961
* and retry.
962
962
*/
963
963
@@ -1024,7 +1024,7 @@ static ssize_t gfs2_file_buffered_write(struct kiocb *iocb,
1024
1024
/*
1025
1025
* In this function, we disable page faults when we're holding the
1026
1026
* inode glock while doing I/O. If a page fault occurs, we indicate
1027
- * that the inode glock may be dropped, fault in the pages manually,
1027
+ * that the inode glock should be dropped, fault in the pages manually,
1028
1028
* and retry.
1029
1029
*/
1030
1030
0 commit comments