Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97017
b: refs/heads/master
c: 00377d8
h: refs/heads/master
i:
  97015: 7b6dd73
v: v3
  • Loading branch information
Jean Delvare authored and Steven Whitehouse committed May 12, 2008
1 parent 0cdd073 commit c6f9339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ad99f77778e83358c371dab7a50bde69270ed6b8
refs/heads/master: 00377d8e3842776d1da633ad9c79a16ecb548b92
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ static int init_names(struct gfs2_sbd *sdp, int silent)
if (!table[0])
table = sdp->sd_vfs->s_id;

snprintf(sdp->sd_proto_name, GFS2_FSNAME_LEN, "%s", proto);
snprintf(sdp->sd_table_name, GFS2_FSNAME_LEN, "%s", table);
strlcpy(sdp->sd_proto_name, proto, GFS2_FSNAME_LEN);
strlcpy(sdp->sd_table_name, table, GFS2_FSNAME_LEN);

table = sdp->sd_table_name;
while ((table = strchr(table, '/')))
Expand Down

0 comments on commit c6f9339

Please sign in to comment.