diff options
-rw-r--r-- | fs/gfs2/locking/dlm/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c index 1f94dd35a943..cdd1694e889b 100644 --- a/fs/gfs2/locking/dlm/mount.c +++ b/fs/gfs2/locking/dlm/mount.c | |||
@@ -45,7 +45,7 @@ static struct gdlm_ls *init_gdlm(lm_callback_t cb, struct gfs2_sbd *sdp, | |||
45 | strncpy(buf, table_name, 256); | 45 | strncpy(buf, table_name, 256); |
46 | buf[255] = '\0'; | 46 | buf[255] = '\0'; |
47 | 47 | ||
48 | p = strstr(buf, ":"); | 48 | p = strchr(buf, ':'); |
49 | if (!p) { | 49 | if (!p) { |
50 | log_info("invalid table_name \"%s\"", table_name); | 50 | log_info("invalid table_name \"%s\"", table_name); |
51 | kfree(ls); | 51 | kfree(ls); |