]> www.infradead.org Git - users/hch/xfs.git/commit
fs: fix dentry size
authorChristian Brauner <brauner@kernel.org>
Tue, 18 Jun 2024 12:12:28 +0000 (14:12 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 3 Jul 2024 08:34:11 +0000 (10:34 +0200)
commitdc99c0ff53f588bb210b1e8b3314c7581cde68a2
tree730b9e76324b06a8dc43879731ce20e9f2c17fe6
parent18a5daf0e4974ded74b2ed8a6aed1da49bde356d
fs: fix dentry size

On CONFIG_SMP=y and on 32bit we need to decrease DNAME_INLINE_LEN to 36
btyes to end up with 128 bytes in total.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Links: https://lore.kernel.org/r/CAHk-=whtoqTSCcAvV-X-KPqoDWxS4vxmWpuKLB+Vv8=FtUd5vA@mail.gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/dcache.h