Re: [PATCH 6/17] locks: factor out generic/filesystem switch from setlock code

2007-04-06 Thread Christoph Hellwig
On Thu, Apr 05, 2007 at 07:40:56PM -0400, J. Bruce Fields wrote: From: Marc Eshel [EMAIL PROTECTED] - unquoted Factor out the code that switches between generic and filesystem-specific lock methods; eventually we want to call this from lock managers (lockd and nfsd) too; currently they only

[PATCH 6/17] locks: factor out generic/filesystem switch from setlock code

2007-04-05 Thread J. Bruce Fields
From: Marc Eshel [EMAIL PROTECTED] - unquoted Factor out the code that switches between generic and filesystem-specific lock methods; eventually we want to call this from lock managers (lockd and nfsd) too; currently they only call the generic methods. This patch does that for all the setlk