On Thu, Jun 29, 2006 at 08:16:27PM -0400, Josef Sipek wrote:
> On Fri, Jun 30, 2006 at 02:01:23AM +0200, Bernhard Rosenkraenzer wrote:
> > Hi,
> > 2.6.17-mmX kernels (X >= 3) change the filesystem API.
> > 
> > Some changes (*_get_sb must return an int, and takes an extra struct 
> > vfsmount* 
> > parameter to be passed to get_sb_bdev) are trivial, others look a bit 
> > tricky 
> > for unionfs (vfs_statfs now takes a dentry instead of a sb as its first 
> > parameter -- bad news for hidden_sb).
> > 
> > Has anyone ported unionfs to the new API yet?
> 
> It is not -mm specific. It is Linus's tree that has those changes. I'm
> almost done fixing them.

Alright. It is fixed in the latest snapshot.

Note: Since 2.6.18-rc1 hasn't been released yet, the vanilla kernel makefile
still says 2.6.17 and therefore you'll have to use -DUNIONFS_UNSUPPORTED
until Linus releases -rc1. After that it should work without it.

Jeff.

-- 
Research, n.:
  Consider Columbus:
    He didn't know where he was going.
    When he got there he didn't know where he was.
    When he got back he didn't know where he had been.
    And he did it all on someone else's money.
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to