Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58571
b: refs/heads/master
c: b35997d
h: refs/heads/master
i:
  58569: 47f98d1
  58567: 5fc590a
v: v3
  • Loading branch information
Robert Peterson authored and Steven Whitehouse committed Jul 9, 2007
1 parent fedcb9b commit 6e4d020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1cc86037b689a82cdb2df50c32fa8cf9d6b6c3a
refs/heads/master: b35997d4482ed24b43a5951c5b021d224b24293c
3 changes: 3 additions & 0 deletions trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ static int init_names(struct gfs2_sbd *sdp, int silent)
snprintf(sdp->sd_proto_name, GFS2_FSNAME_LEN, "%s", proto);
snprintf(sdp->sd_table_name, GFS2_FSNAME_LEN, "%s", table);

while ((table = strchr(sdp->sd_table_name, '/')))
*table = '_';

out:
return error;
}
Expand Down

0 comments on commit 6e4d020

Please sign in to comment.