]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount.8: Clarify relation between noatime and nodiratime
authorBorut Mrak <borutmrak@users.noreply.github.com>
Tue, 11 Aug 2015 00:51:36 +0000 (02:51 +0200)
committerBorut Mrak <borutmrak@users.noreply.github.com>
Tue, 11 Aug 2015 00:51:36 +0000 (02:51 +0200)
commit6e73b6113b35b6a55434ca3e77ff48cc3bc43267
tree7a3ae01f8805face4fb40fe51789f27a18d95a24
parent41e554e303e63c7051fda5783af2462066c43e4d
mount.8: Clarify relation between noatime and nodiratime

According to https://lwn.net/Articles/245002/ and checking Linus' git master fs/inode.c it's obvious nodiratime is redundant when mounting with noatime. Clarify that in the man page.
sys-utils/mount.8