]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHE
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 24 Feb 2025 03:14:47 +0000 (22:14 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Jun 2025 17:41:05 +0000 (13:41 -0400)
commit3333ed35b83dc69aa678943da97b3dcc84d75aab
treead8ba3e74a84f43e9d3eff03d388cb0c2f790db8
parent0b136e7d18fa8bb1251ab06f4f30e883da780245
ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHE

makes simple_lookup() slightly cheaper there - no need for
simple_lookup() to set the flag and we want it on everything
on those anyway.

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hugetlbfs/inode.c
fs/ramfs/inode.c
ipc/mqueue.c