diff options
author | Kari Argillander <kari.argillander@gmail.com> | 2021-09-07 17:35:49 +0200 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-09-09 18:28:30 +0200 |
commit | b8a30b4171b9a3c22ef0605ed74a21544d00c680 (patch) | |
tree | d6f21aeb1ad76d92176915f9b2dd81aa72002cdb /Documentation | |
parent | fs/ntfs3: Change how module init/info messages are displayed (diff) | |
download | linux-b8a30b4171b9a3c22ef0605ed74a21544d00c680.tar.xz linux-b8a30b4171b9a3c22ef0605ed74a21544d00c680.zip |
fs/ntfs3: Remove unnecesarry mount option noatime
Remove unnecesarry mount option noatime because this will be handled
by VFS. Our option parser will never get opt like this.
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ntfs3.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/filesystems/ntfs3.rst b/Documentation/filesystems/ntfs3.rst index ffe9ea0c1499..af7158de6fde 100644 --- a/Documentation/filesystems/ntfs3.rst +++ b/Documentation/filesystems/ntfs3.rst @@ -85,10 +85,6 @@ acl Support POSIX ACLs (Access Control Lists). Effective if supported by Kernel. Not to be confused with NTFS ACLs. The option specified as acl enables support for POSIX ACLs. -noatime All files and directories will not update their last access - time attribute if a partition is mounted with this parameter. - This option can speed up file system operation. - =============================================================================== ToDo list |