~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to debugfs.ocfs2/include/journal.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2009-07-06 07:26:30 UTC
  • mfrom: (1.1.7 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090706072630-59335sl51k3rvu74
Tags: 1.4.2-1
* New upstream release (Closes: #535471).
* Drop patch for limits.h, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef _JOURNAL_H_
27
27
#define _JOURNAL_H_
28
28
 
29
 
#include <jbd.h>
30
 
 
31
29
errcode_t read_journal(ocfs2_filesys *fs, uint64_t blkno, FILE *out);
32
 
int detect_block (char *buf);
33
30
 
34
31
#endif          /* _JOURNAL_H_ */