Merge patch series "fs: sort out cosmetic differences between stat funcs and add...
authorChristian Brauner <brauner@kernel.org>
Tue, 8 Apr 2025 08:28:10 +0000 (10:28 +0200)
committerChristian Brauner <brauner@kernel.org>
Tue, 8 Apr 2025 08:28:10 +0000 (10:28 +0200)
commitc9b380a0171aa6c05659330483bdabc1aabef173
tree6720989d4ed92c53a41224a1ee09bcd50872baba
parent9d36c5145a9e6a3b0c3fbafd579bd8b33343c40d
parent5f3e0b4a1f59ab616a09a45fddddefa6ef756229
Merge patch series "fs: sort out cosmetic differences between stat funcs and add predicts"

Predict fastpaths in stat and during fdput().

* patches from https://lore.kernel.org/20250406235806.1637000-1-mjguzik@gmail.com:
  fs: predict not having to do anything in fdput()
  fs: sort out cosmetic differences between stat funcs and add predicts

Link: https://lore.kernel.org/20250406235806.1637000-1-mjguzik@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>