From: Wendy Cheng Subject: Re: [PATCH] lockd: unlock lockd locks held for a certain filesystem Date: Wed, 23 Apr 2008 17:17:29 -0400 Message-ID: <480FA769.40900@gmail.com> References: <480655E7.30800@gmail.com> <20080417215222.GK9912@fieldses.org> <4808A9DE.9040304@gmail.com> <20080418181918.GB24552@fieldses.org> <20080422231520.GI21770@fieldses.org> <20080422231729.GJ21770@fieldses.org> <20080422231855.GK21770@fieldses.org> <20080423074422.GA23518@lst.de> <20080423171240.GG31576@fieldses.org> <480F9E6F.4070204@gmail.com> <20080423210227.GF8302@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Cc: Christoph Hellwig , nfs@lists.sourceforge.net, linux-nfs@vger.kernel.org, Lon Hohberger To: "J. Bruce Fields" Return-path: Received: from mx2.netapp.com ([216.240.18.37]:33986 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751491AbYDWVPh (ORCPT ); Wed, 23 Apr 2008 17:15:37 -0400 In-Reply-To: <20080423210227.GF8302@fieldses.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: J. Bruce Fields wrote: > On Wed, Apr 23, 2008 at 04:39:11PM -0400, Wendy Cheng wrote: > >> #if defined(BRUCE_CHECK_THIS_OUT) >> error = nlmsvc_failover_path(nd.path.mnt->mnt_sb); >> #else >> error = nlmsvc_failover_path(nd.mnt->mnt_sb); >> #endif >> > > The vfsmount and dentry got moved into the path argument sometime in the > last kernel version or so. Is there a macro defining the latter as a > shortcut for the former? I didn't see one. > > > Sorry, just realized my kernel is too old (2.6.25) .. It would be cumbersome for me to test RHCS with newer kernels. Linux is really a moving target :( .... Anyway, will think of something else to test this out.. -- Wendy