On Sat, Jul 01, 2006 at 02:46:05PM +0200, Jan Engelhardt 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). > > Why, just dentry->d_sb and you're there.
All the changes are trivial to fix. I don't envy anyone who has to work around this with ifdefs. Jeff. -- Evolution, n.: A hypothetical process whereby infinitely improbable events occur with alarming frequency, order arises from chaos, and no one is given credit. _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
