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? Best regards, bero _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
