aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/configfs/configfs_example.c
diff options
context:
space:
mode:
authorJoel Becker <[email protected]>2008-06-13 05:39:18 +0000
committerMark Fasheh <[email protected]>2008-07-14 20:57:15 +0000
commitfe9f387740ac7cb3b7c2fffa76807e997e6c6292 (patch)
tree40c052c3ace5e07980c01aa5c4ea5d2d0df9638b /Documentation/filesystems/configfs/configfs_example.c
parentocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefs (diff)
downloadkernel-fe9f387740ac7cb3b7c2fffa76807e997e6c6292.tar.gz
kernel-fe9f387740ac7cb3b7c2fffa76807e997e6c6292.zip
ocfs2: Don't snprintf() without a format.
Some system files are per-slot. Their names include the slot number. ocfs2_sprintf_system_inode_name() uses the system inode definitions to fill in the slot number with snprintf(). For global system files, there is no node number, and the name was printed as a format with no arguments. -Wformat-nonliteral and -Wformat-security don't like this. Instead, use a static "%s" format and the name as the argument. Signed-off-by: Joel Becker <[email protected]>
Diffstat (limited to 'Documentation/filesystems/configfs/configfs_example.c')
0 files changed, 0 insertions, 0 deletions