umsdos

root (tmeyer@new.co.za)
Mon, 04 Aug 1997 20:22:04 +0200


Hi all!!
To whoever is interrested, the umsdos code in 2.1.47(2.1.48?) uses
s_mounted, which doesn't exist anymore. If you see say,
a->b->s_mounted->d, put in before it:

struct inode *whatever;
*whatever = iget(a->b,MSDOS_ROOT_INO);

and change a->b->s_mounted->d to whatever->d

I haven't tested this correctly ( the last line in the example might not
need the asterix) but if this *does* work email me at tmeyer@new.co.za
or cloud.new.co.za!adolf. If not flame me good!