aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ntfs3.rst
diff options
context:
space:
mode:
authorKari Argillander <kari.argillander@gmail.com>2021-09-07 18:35:49 +0300
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2021-09-09 19:28:30 +0300
commitb8a30b4171b9a3c22ef0605ed74a21544d00c680 (patch)
treed6f21aeb1ad76d92176915f9b2dd81aa72002cdb /Documentation/filesystems/ntfs3.rst
parentfs/ntfs3: Change how module init/info messages are displayed (diff)
downloadlinux-dev-b8a30b4171b9a3c22ef0605ed74a21544d00c680.tar.xz
linux-dev-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/filesystems/ntfs3.rst')
-rw-r--r--Documentation/filesystems/ntfs3.rst4
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