Commit ba443ea9 authored by Linus Torvalds's avatar Linus Torvalds

Fix up typo from Al's ext2 balloc cleanups.

parent f5f896dd
......@@ -518,7 +518,7 @@ int ext2_new_block (struct inode * inode, unsigned long goal,
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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment