mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ntfs: Correct spelling
We should use this replace thie. Signed-off-by: Deming Wang <wangdeming@inspur.com> Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Message-Id: <20230206091815.1687-1-wangdeming@inspur.com> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
committed by
Christian Brauner
parent
04faa6cfd4
commit
253f3137eb
@@ -2491,7 +2491,7 @@ conv_err_out:
|
|||||||
* byte offset @ofs inside the attribute with the constant byte @val.
|
* byte offset @ofs inside the attribute with the constant byte @val.
|
||||||
*
|
*
|
||||||
* This function is effectively like memset() applied to an ntfs attribute.
|
* This function is effectively like memset() applied to an ntfs attribute.
|
||||||
* Note thie function actually only operates on the page cache pages belonging
|
* Note this function actually only operates on the page cache pages belonging
|
||||||
* to the ntfs attribute and it marks them dirty after doing the memset().
|
* to the ntfs attribute and it marks them dirty after doing the memset().
|
||||||
* Thus it relies on the vm dirty page write code paths to cause the modified
|
* Thus it relies on the vm dirty page write code paths to cause the modified
|
||||||
* pages to be written to the mft record/disk.
|
* pages to be written to the mft record/disk.
|
||||||
|
Reference in New Issue
Block a user