[PATCH] fixup! fs: FS_IOC_GETSYSFSPATH

From: Kent Overstreet
Date: Sun Feb 11 2024 - 19:34:56 EST



diff --git a/include/linux/fs.h b/include/linux/fs.h
index fb003d9d05af..c6d9e1b7032c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2574,6 +2574,7 @@ static inline void super_set_sysfs_name_id(struct super_block *sb)
}

/* try to use something standard before you use this */
+__printf(2, 3)
static inline void super_set_sysfs_name_generic(struct super_block *sb, const char *fmt, ...)
{
va_list args;