From 9393d4a802427370695ff5d252d81ef99f0be199 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Thu, 12 Jun 2008 22:39:18 -0700 Subject: [PATCH] --- yaml --- r: 102336 b: refs/heads/master c: fe9f387740ac7cb3b7c2fffa76807e997e6c6292 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/ocfs2_fs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 892c97ecc11c..727c93b17008 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e407e39783a7206d20b3e9961aedf272de966e31 +refs/heads/master: fe9f387740ac7cb3b7c2fffa76807e997e6c6292 diff --git a/trunk/fs/ocfs2/ocfs2_fs.h b/trunk/fs/ocfs2/ocfs2_fs.h index 52c426665154..3f1945177629 100644 --- a/trunk/fs/ocfs2/ocfs2_fs.h +++ b/trunk/fs/ocfs2/ocfs2_fs.h @@ -901,7 +901,7 @@ static inline int ocfs2_sprintf_system_inode_name(char *buf, int len, * list has a copy per slot. */ if (type <= OCFS2_LAST_GLOBAL_SYSTEM_INODE) - chars = snprintf(buf, len, + chars = snprintf(buf, len, "%s", ocfs2_system_inodes[type].si_name); else chars = snprintf(buf, len,