lkml.org 
[lkml]   [2007]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 18/51] [GFS2] better code for translating characters
    Date
    From: Denis Cheng <crquan@gmail.com>

    the original code could work, but I think this code could work better.

    Signed-off-by: Denis Cheng <crquan@gmail.com>
    Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

    diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c
    index 25cfab9..6c820cb 100644
    --- a/fs/gfs2/ops_fstype.c
    +++ b/fs/gfs2/ops_fstype.c
    @@ -144,7 +144,8 @@ 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 = sdp->sd_table_name;
    + while ((table = strchr(table, '/')))
    *table = '_';

    out:
    --
    1.5.1.2
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-10-04 11:27    [W:4.217 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site