~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to libocfs2/cached_inode.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:
27
27
 
28
28
#include <string.h>
29
29
 
30
 
#include "ocfs2.h"
 
30
#include "ocfs2/ocfs2.h"
31
31
 
32
32
errcode_t ocfs2_read_cached_inode(ocfs2_filesys *fs, uint64_t blkno,
33
33
                                  ocfs2_cached_inode **ret_ci)