~davewalker/ubuntu/natty/ocfs2-tools/bug_363877

« back to all changes in this revision

Viewing changes to tunefs.ocfs2/op_list_sparse_files.c

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-01-14 12:46:49 UTC
  • mfrom: (1.1.10 upstream) (0.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110114124649-vbe5qz211f3zxwuf
Tags: 1.6.3-1ubuntu1
* Merge from debian unstable (LP: #703008).  Remaining changes:
  - Fix configure tests for ld --as-needed.
  - Fix build failure with ld --no-add-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
}
291
291
 
292
292
static int list_sparse_func(struct ocfs2_dir_entry *dirent,
293
 
                            int offset, int blocksize,
294
 
                            char *buf, void *priv_data)
 
293
                            uint64_t blocknr, int offset,
 
294
                            int blocksize, char *buf, void *priv_data)
295
295
{
296
296
        errcode_t ret;
297
297
        char *di_buf = NULL;