aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJoanne Koong <joannelkoong@gmail.com>2025-08-07 10:50:15 -0700
committerChristian Brauner <brauner@kernel.org>2025-08-11 14:51:50 +0200
commit542ede096e48436dbd70869640c0d88180565933 (patch)
tree6f0559b31b9bf51bc21370c5940322841cb759ef /tools/perf/scripts/python
parentMerge patch series "open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE" (diff)
downloadwireguard-linux-542ede096e48436dbd70869640c0d88180565933.tar.xz
wireguard-linux-542ede096e48436dbd70869640c0d88180565933.zip
fuse: keep inode->i_blkbits constant
With fuse now using iomap for writeback handling, inode blkbits changes are problematic because iomap relies on inode->i_blkbits for its internal bitmap logic. Currently we change inode->i_blkbits in fuse to match the attr->blksize value passed in by the server. This commit keeps inode->i_blkbits constant in fuse. Any attr->blksize values passed in by the server will not update inode->i_blkbits. The client-side behavior for stat is unaffected, stat will still reflect the blocksize passed in by the server. Signed-off-by: Joanne Koong <joannelkoong@gmail.com> Link: https://lore.kernel.org/20250807175015.515192-1-joannelkoong@gmail.com Fixes: ef7e7cbb32 ("fuse: use iomap for writeback") Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions