> --- linux/kernel/acct.c Fri Oct 23 23:32:46 1998
> +++ linux/kernel/acct.c.orig Fri Oct 23 23:33:55 1998
> @@ -87,7 +87,7 @@
> if (!acct_file || !acct_needcheck)
> return;
>
> - sb = acct_file->f_dentry->d_inode->i_sb;
> + sb = acct_file->f_dentry->f_inode->i_sb;
> if (!sb->s_op || !sb->s_op->statfs)
> return;
This looks reversed. Shouldn't it be the other way around?
Cheers,
Alex
-- /\_/\ Legalise cannabis now! ( o.o ) Grow some cannabis today! > ^ < Peace, Love, Unity and Respect to all.http://www.tahallah.demon.co.uk - *new* - rewritten for text browser users!
Linux tahallah 2.1.125 #55 SMP Fri Oct 23 19:54:42 EDT 1998 Two Intel Pentium Pro processors, 331.78 total bogomips, 48M RAM System library 2.0.98
- 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/