[PATCH] fs/ext2/balloc.c compile fix (v2.5.4)

From: Paul Mackerras (paulus@samba.org)
Date: Wed Feb 13 2002 - 05:13:53 EST


Linus' linux-2.5 bitkeeper tree needs this patch to compile...

diff -urN linux-2.5/fs/ext2/balloc.c pmac-2.5/fs/ext2/balloc.c
--- linux-2.5/fs/ext2/balloc.c Tue Feb 12 19:17:37 2002
+++ pmac-2.5/fs/ext2/balloc.c Wed Feb 13 16:13:00 2002
@@ -518,7 +518,7 @@
                 dq_alloc -= n;
                 group_alloc -= n;
         }
- write_unlock(&EXT2_I(inode->i_meta_lock);
+ write_unlock(&EXT2_I(inode)->i_meta_lock);
 
         mark_buffer_dirty(bh);
         if (sb->s_flags & MS_SYNCHRONOUS) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:00:53 EST