Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Apr 2009 15:37:40 +0000 (08:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Apr 2009 15:37:40 +0000 (08:37 -0700)
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: Fix potential inode allocation soft lockup in Orlov allocator
  ext4: Make the extent validity check more paranoid
  jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke records
  jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke records
  ext4: really print the find_group_flex fallback warning only once

1  2 
fs/ext4/extents.c
fs/jbd/revoke.c

Simple merge
diff --cc fs/jbd/revoke.c
@@@ -498,9 -482,12 +499,9 @@@ void journal_switch_revoke_table(journa
  /*
   * Write revoke records to the journal for all entries in the current
   * revoke hash, deleting the entries as we go.
 - *
 - * Called with the journal lock held.
   */
 -
  void journal_write_revoke_records(journal_t *journal,
-                                 transaction_t *transaction)
+                                 transaction_t *transaction, int write_op)
  {
        struct journal_head *descriptor;
        struct jbd_revoke_record_s *record;