~ubuntu-branches/ubuntu/edgy/xfsprogs/edgy

« back to all changes in this revision

Viewing changes to include/xfs_bmap_btree.h

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2005-03-30 10:52:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050330105207-fv1jw5r9d2fgwvew
Tags: 2.6.28-1
* New upstream release.
* Fix compilation with gcc version 4 (closes: #300544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
 
2
 * Copyright (c) 2000,2002-2004 Silicon Graphics, Inc.  All Rights Reserved.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify it
5
5
 * under the terms of version 2 of the GNU General Public License as
153
153
 */
154
154
typedef enum {
155
155
        XFS_EXT_NORM, XFS_EXT_UNWRITTEN,
156
 
        XFS_EXT_DMAPI_OFFLINE
 
156
        XFS_EXT_DMAPI_OFFLINE, XFS_EXT_INVALID
157
157
} xfs_exntst_t;
158
158
 
159
159
/*
673
673
        xfs_filblks_t,
674
674
        xfs_exntst_t);
675
675
 
676
 
#ifdef XFSDEBUG
 
676
#ifdef DEBUG
677
677
/*
678
678
 * Get the data from the pointed-to record.
679
679
 */