patch-2.1.127 linux/kernel/acct.c
Next file: linux/kernel/itimer.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Oct 24 08:54:33 1998
- Orig file:
v2.1.126/linux/kernel/acct.c
- Orig date:
Fri Oct 23 22:01:27 1998
diff -u --recursive --new-file v2.1.126/linux/kernel/acct.c linux/kernel/acct.c
@@ -87,7 +87,7 @@
if (!acct_file || !acct_needcheck)
return;
- sb = acct_file->f_dentry->f_inode->i_sb;
+ sb = acct_file->f_dentry->d_inode->i_sb;
if (!sb->s_op || !sb->s_op->statfs)
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov