> >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. >Has anyone ported unionfs to the new API yet? > >Best regards, >bero >_______________________________________________ >unionfs mailing list >[email protected] >http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs > Jan Engelhardt -- | Software Engineer and Linux/Unix Network Administrator | Alphagate Systems, http://alphagate.hopto.org/ | jengelh's site, http://jengelh.hopto.org/ _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
