Hm,

this line in unionfs-20060916-2203 provokes a warning with 2.6.18:

persistent_inode.c:214:
                        err = d->d_sb->s_op->statfs(d->d_sb, &st);

statfs now takes dentry, therefore statfs(d, &st) is the right thing.
Please advise.


Jan Engelhardt
-- 
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to