diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
| commit | 5a2cec83a9bb1b4295aa8ab728fcb8ca1811a33c (patch) | |
| tree | 2f83dc6949763e77cf6422e696dc6146684dcf4e /fs/jbd/revoke.c | |
| parent | f2c853bca542f5ac0b036377637192a74f2091c2 (diff) | |
| parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) | |
Merge /spare/repo/linux-2.6/ 
Diffstat (limited to 'fs/jbd/revoke.c')
| -rw-r--r-- | fs/jbd/revoke.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/fs/jbd/revoke.c b/fs/jbd/revoke.c index d327a598f861..a56144183462 100644 --- a/fs/jbd/revoke.c +++ b/fs/jbd/revoke.c | |||
| @@ -116,7 +116,8 @@ static inline int hash(journal_t *journal, unsigned long block) | |||
| 116 | (block << (hash_shift - 12))) & (table->hash_size - 1); | 116 | (block << (hash_shift - 12))) & (table->hash_size - 1); | 
| 117 | } | 117 | } | 
| 118 | 118 | ||
| 119 | int insert_revoke_hash(journal_t *journal, unsigned long blocknr, tid_t seq) | 119 | static int insert_revoke_hash(journal_t *journal, unsigned long blocknr, | 
| 120 | tid_t seq) | ||
| 120 | { | 121 | { | 
| 121 | struct list_head *hash_list; | 122 | struct list_head *hash_list; | 
| 122 | struct jbd_revoke_record_s *record; | 123 | struct jbd_revoke_record_s *record; | 
| @@ -613,7 +614,7 @@ static void flush_descriptor(journal_t *journal, | |||
| 613 | set_buffer_jwrite(bh); | 614 | set_buffer_jwrite(bh); | 
| 614 | BUFFER_TRACE(bh, "write"); | 615 | BUFFER_TRACE(bh, "write"); | 
| 615 | set_buffer_dirty(bh); | 616 | set_buffer_dirty(bh); | 
| 616 | ll_rw_block(WRITE, 1, &bh); | 617 | ll_rw_block(SWRITE, 1, &bh); | 
| 617 | } | 618 | } | 
| 618 | #endif | 619 | #endif | 
| 619 | 620 | ||
