~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to libocfs2/bitmap.c

  • 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:
29
29
#include <limits.h>
30
30
#include <inttypes.h>
31
31
 
32
 
#include "ocfs2.h"
 
32
#include "ocfs2/ocfs2.h"
 
33
#include "ocfs2/bitops.h"
33
34
 
34
 
#include "bitops.h"
35
35
#include "bitmap.h"
36
 
#include "kernel-rbtree.h"
37
36
 
38
37
 
39
38
/* The public API */