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

From: iafilius@xs4all.nl
Date: Sat Apr 29 2000 - 03:13:55 EST


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/



This archive was generated by hypermail 2b29 : Sun Apr 30 2000 - 21:00:16 EST