A typo patch for kernel/acct.c

H.J. Lu (hjl@lucon.org)
Sat, 24 Oct 1998 08:11:22 -0700 (PDT)


Hi,

Is this a typo? There is no "f_inode" anywhere.

-- 
H.J. Lu (hjl@gnu.org)
---
Index: kernel/acct.c
===================================================================
RCS file: /home/work/cvs/linux/linux/kernel/acct.c,v
retrieving revision 1.1.1.8
diff -u -p -r1.1.1.8 acct.c
--- acct.c	1998/10/24 13:51:10	1.1.1.8
+++ acct.c	1998/10/24 15:10:29
@@ -87,7 +87,7 @@ static void check_free_space(void)
 	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;
 

- 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/