From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261671AbVGUHfJ (ORCPT ); Thu, 21 Jul 2005 03:35:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261667AbVGUHfJ (ORCPT ); Thu, 21 Jul 2005 03:35:09 -0400 Received: from wproxy.gmail.com ([64.233.184.207]:6052 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S261671AbVGUHfH convert rfc822-to-8bit (ORCPT ); Thu, 21 Jul 2005 03:35:07 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IUqdBPQSVm6cmPYmyd9skPaPpuWSYhNJZluMiRzFlcgnfbOl5Q9H67dNqxc7eRiIh/yyn0UM6OtV11RiCh9Bqa+8q3nzkAbBYKC+HA+3wZ8j7vppG56K0vwRncktShYgglOObh9jvBRtU8Uf7SAJDRIbPS/v7RtpXdydCNAFDeU= Message-ID: <4ae3c1405072100343fb2e5cf@mail.gmail.com> Date: Thu, 21 Jul 2005 03:34:34 -0400 From: Xin Zhao Reply-To: Xin Zhao To: linux-kernel@vger.kernel.org Subject: Re: Where can I find the RPC FSM document? In-Reply-To: <4ae3c140507202221e66bec9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <4ae3c140507202221e66bec9@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org OK. I already read the codes. But an official document is always welcome. :) On 7/21/05, Xin Zhao wrote: > I'd like to learn some details of how RPC's FSM works (e.g. the > changing graph of all states). I know one possibility is to read the > source code, but it is a little time consuming. > > Can someone kindly direct me to some documents about the rpc > implementatino? Thanks in advance! > > -x >