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

« back to all changes in this revision

Viewing changes to lib/ext2fs/jfs_compat.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-08 20:32:11 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808203211-w72lpsd9q7o3bw6x
Tags: 1.41.0-3ubuntu1
* Merge from Debian unstable (LP: #254152, #246461), remaining changes:
  - Do not build-depend on dietlibc-dev, which is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        tid_t                   j_transaction_sequence;
46
46
        __u8                    j_uuid[16];
47
47
        struct jbd_revoke_table_s *j_revoke;
 
48
        tid_t                   j_failed_commit;
48
49
};
49
50
 
50
51
#define J_ASSERT(assert)                                                \