]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext2: create ext2_msg_fc for use during parsing
authorEric Sandeen <sandeen@redhat.com>
Sun, 23 Feb 2025 19:57:41 +0000 (13:57 -0600)
committerJan Kara <jack@suse.cz>
Mon, 24 Feb 2025 16:03:25 +0000 (17:03 +0100)
commit98f18c76c2c3089183c35d2c33e468ad6c03d86b
treed30965ccad24ffc27d7b4ddebf148d59e63a06a9
parenteab61d3260d76b3e58888bd685734d0858f83aa3
ext2: create ext2_msg_fc for use during parsing

Rather than send a NULL sb to ext2_msg, which omits the s_id from
messages, create a new ext2_msg_fc which is able to provide this
information from the filesystem context *fc when parsing.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250223201014.7541-3-sandeen@redhat.com
fs/ext2/super.c