On 09/13/2010 10:59 PM, Bian Naimeng wrote: > The type of idmap_client is defined by idmap_client.ic_id for nfs, > so nfsd should have the same style. > > Signed-off-by: Bian Naimeng <biannm@xxxxxxxxxxxxxx> Committed... steved. > > --- > utils/idmapd/idmapd.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/utils/idmapd/idmapd.c b/utils/idmapd/idmapd.c > index 9ecab66..b76607a 100644 > --- a/utils/idmapd/idmapd.c > +++ b/utils/idmapd/idmapd.c > @@ -119,8 +119,8 @@ struct idmap_client { > static struct idmap_client nfsd_ic[2] = { > { > .ic_which = IC_IDNAME, > - .ic_clid = "Server", > - .ic_id = "", > + .ic_clid = "", > + .ic_id = "Server", > .ic_path = IC_IDNAME_CHAN, > .ic_fd = -1, > .ic_dirfd = -1, > @@ -128,8 +128,8 @@ static struct idmap_client nfsd_ic[2] = { > }, > { > .ic_which = IC_NAMEID, > - .ic_clid = "Server", > - .ic_id = "", > + .ic_clid = "", > + .ic_id = "Server", > .ic_path = IC_NAMEID_CHAN, > .ic_fd = -1, > .ic_dirfd = -1, > -- 1.6.5.2 > -- Regards Bian Naimeng -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html