From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261624AbVGUFW1 (ORCPT ); Thu, 21 Jul 2005 01:22:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261626AbVGUFW1 (ORCPT ); Thu, 21 Jul 2005 01:22:27 -0400 Received: from wproxy.gmail.com ([64.233.184.207]:44508 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S261624AbVGUFWZ convert rfc822-to-8bit (ORCPT ); Thu, 21 Jul 2005 01:22:25 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=i0fBtI4oWrloWRz+rQC1MUJf+fdpci1iP0xOdZouoVAfiglTGfdMxyrcTWlPNW7o2dSLV/rZErC1Y6XcfGF4b6KJ3hv/I4rKmbNH2fd4Y0f2Q7u0U5rduhuXPbhAz1zDmcA0Gg9d/VFAGQySHr6/rcxoFnZMLoIB8KJ+6h+duxE= Message-ID: <4ae3c140507202221e66bec9@mail.gmail.com> Date: Thu, 21 Jul 2005 01:21:51 -0400 From: Xin Zhao Reply-To: Xin Zhao To: linux-kernel@vger.kernel.org Subject: Where can I find the RPC FSM document? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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