diff options
Diffstat (limited to 'fs/ocfs2/suballoc.c')
-rw-r--r-- | fs/ocfs2/suballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c index 9d91e66f51a9..32093409e256 100644 --- a/fs/ocfs2/suballoc.c +++ b/fs/ocfs2/suballoc.c | |||
@@ -414,7 +414,7 @@ static int ocfs2_reserve_suballoc_bits(struct ocfs2_super *osb, | |||
414 | 414 | ||
415 | mlog_entry_void(); | 415 | mlog_entry_void(); |
416 | 416 | ||
417 | BUG_ON(handle->flags & OCFS2_HANDLE_STARTED); | 417 | BUG_ON(handle->k_handle); |
418 | 418 | ||
419 | ocfs2_handle_add_inode(handle, alloc_inode); | 419 | ocfs2_handle_add_inode(handle, alloc_inode); |
420 | status = ocfs2_meta_lock(alloc_inode, handle, &bh, 1); | 420 | status = ocfs2_meta_lock(alloc_inode, handle, &bh, 1); |