[Devel] (no subject)
Liu Kui
kui.liu at virtuozzo.com
Wed Mar 25 10:09:03 MSK 2026
changes in v2, fix all problems found by AI review except
3. Incorrect nodeid in trace output
nodeid = get_node_id(&fi->inode) - FUSE_ROOT_ID;
FUSE_ROOT_ID is 1. This subtracts 1 from every nodeid in trace messages, producing wrong values.
Should just be
get_node_id(&fi->inode).
Using "get_node_id(&fi->inode) - FUSE_ROOT_I' is intentional to make it
allign with userspace.
More information about the Devel
mailing list