From: Christian Brauner Date: Wed, 3 Jun 2026 07:09:57 +0000 (+0200) Subject: Merge patch series "super: retire sget()" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6f0c248a6b49a6fc8c301c84d367860c56ccd8;p=thirdparty%2Flinux.git Merge patch series "super: retire sget()" Christian Brauner says: CIFS plus the two ext4 KUnit tests (extents-test, mballoc-test) were the last in-tree callers, and all three convert cleanly to sget_fc(). That lets sget() and its prototype come out, taking ~60 lines that only existed to be kept in lockstep with sget_fc() on every publish-path change. * patches from https://patch.msgid.link/20260529-work-sget-v2-0-57bbe08604e4@kernel.org: fs: retire sget() smb: client: convert cifs_smb3_do_mount() to sget_fc() ext4: convert mballoc KUnit test to sget_fc() ext4: convert extents KUnit test to sget_fc() Link: https://patch.msgid.link/20260529-work-sget-v2-0-57bbe08604e4@kernel.org Signed-off-by: Christian Brauner --- 2c6f0c248a6b49a6fc8c301c84d367860c56ccd8