~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to fs/ext4/ialloc.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
754
754
 
755
755
                BUFFER_TRACE(block_bitmap_bh, "dirty block bitmap");
756
756
                err = ext4_handle_dirty_metadata(handle, NULL, block_bitmap_bh);
757
 
                brelse(block_bitmap_bh);
758
757
 
759
758
                /* recheck and clear flag under lock if we still need to */
760
759
                ext4_lock_group(sb, group);
767
766
                        ext4_group_desc_csum_set(sb, group, gdp);
768
767
                }
769
768
                ext4_unlock_group(sb, group);
 
769
                brelse(block_bitmap_bh);
770
770
 
771
771
                if (err)
772
772
                        goto fail;