]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge patch series "pipe: don't update {a,c,m}time for anonymous pipes"
authorChristian Brauner <brauner@kernel.org>
Thu, 6 Feb 2025 09:51:01 +0000 (10:51 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 6 Feb 2025 09:52:18 +0000 (10:52 +0100)
Oleg Nesterov <oleg@redhat.com> says:

Don't update {a,c,m}time for anonymous pipes for performance reasons.

* patches from https://lore.kernel.org/r/20250205181716.GA13817@redhat.com:
  pipe: don't update {a,c,m}time for anonymous pipes
  pipe: introduce struct file_operations pipeanon_fops

Link: https://lore.kernel.org/r/20250205181716.GA13817@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge