quick 2.3.99-pre7-1 compile fix (fs/super.c)

iafilius@xs4all.nl
Sat, 29 Apr 2000 10:13:55 +0200 (CEST)


Hello,

To compile 2.3.99-pre7-1 i had to do:

fs/super.c:1567
#if 1
shrink_dcache();
printk("change_root: old root has d_count=%d\n", old_root->d_count);
#endif

Changed to

#if 1
shrink_dcache();
// printk("change_root: old root has d_count=%d\n", old_root->d_count);
#endif

Greatings,

Arjan Filius
mailto:iafilius@xs4all.nl

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/