Re: [PATCH 4/6] locks: fix locks.c lease symbol exports

2007-07-04 Thread J. Bruce Fields
On Sat, Jun 30, 2007 at 10:23:45AM +0100, Christoph Hellwig wrote: > On Fri, Jun 29, 2007 at 03:21:28PM -0400, J. Bruce Fields wrote: > > From: J. Bruce Fields <[EMAIL PROTECTED]> > > > > Bring lease exports into line with conventions for posix locks: > > setlease() should be exported so files

Re: [PATCH 4/6] locks: fix locks.c lease symbol exports

2007-06-30 Thread Christoph Hellwig
On Fri, Jun 29, 2007 at 03:21:28PM -0400, J. Bruce Fields wrote: > From: J. Bruce Fields <[EMAIL PROTECTED]> > > Bring lease exports into line with conventions for posix locks: > setlease() should be exported so filesystems can use it to implement > their lease methods. >

[PATCH 4/6] locks: fix locks.c lease symbol exports

2007-06-29 Thread J. Bruce Fields
From: J. Bruce Fields <[EMAIL PROTECTED]> Bring lease exports into line with conventions for posix locks: setlease() should be exported so filesystems can use it to implement their lease methods. vfs_setlease() need only be GPL-exported since only nfsd