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

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