~csurbhi/ubuntu/maverick/e2fsprogs/e2fsprogs.fix-505719

« back to all changes in this revision

Viewing changes to e2fsck/revoke.c

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-09-19 09:43:14 UTC
  • mto: (8.1.1 lenny) (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040919094314-2tafd19i76fhu6ei
Tags: upstream-1.35
ImportĀ upstreamĀ versionĀ 1.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                (block << (hash_shift - 12))) & (table->hash_size - 1);
118
118
}
119
119
 
120
 
int insert_revoke_hash(journal_t *journal, unsigned long blocknr, tid_t seq)
 
120
static int insert_revoke_hash(journal_t *journal, unsigned long blocknr,
 
121
                              tid_t seq)
121
122
{
122
123
        struct list_head *hash_list;
123
124
        struct jbd_revoke_record_s *record;