Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124885
b: refs/heads/master
c: 6579591
h: refs/heads/master
i:
  124883: 85460fc
v: v3
  • Loading branch information
Christoph Hellwig authored and Niv Sardi committed Dec 1, 2008
1 parent 8c87c3f commit b2d72c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c31b93a14a453c8756ffd228e24910ffdf30c5d
refs/heads/master: 65795910c1b798f8a47181b48cf6eb163a15e778
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ xfs_read_xfsstats(

/* Loop over all stats groups */
for (i=j=len = 0; i < ARRAY_SIZE(xstats); i++) {
len += sprintf(buffer + len, xstats[i].desc);
len += sprintf(buffer + len, "%s", xstats[i].desc);
/* inner loop does each group */
while (j < xstats[i].endpoint) {
val = 0;
Expand Down
5 changes: 2 additions & 3 deletions trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1848,10 +1848,9 @@ STATIC int __init
init_xfs_fs(void)
{
int error;
static char message[] __initdata = KERN_INFO \
XFS_VERSION_STRING " with " XFS_BUILD_OPTIONS " enabled\n";

printk(message);
printk(KERN_INFO XFS_VERSION_STRING " with "
XFS_BUILD_OPTIONS " enabled\n");

ktrace_init(64);
vn_init();
Expand Down

0 comments on commit b2d72c8

Please sign in to comment.