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/