vserver 1.9.3
[linux-2.6.git] / fs / xfs / xfs_bmap_btree.h
index e2150f7..1c0904d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+ * Copyright (c) 2000,2002-2004 Silicon Graphics, Inc.  All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of version 2 of the GNU General Public License as
@@ -153,7 +153,7 @@ typedef enum {
  */
 typedef enum {
        XFS_EXT_NORM, XFS_EXT_UNWRITTEN,
-       XFS_EXT_DMAPI_OFFLINE
+       XFS_EXT_DMAPI_OFFLINE, XFS_EXT_INVALID
 } xfs_exntst_t;
 
 /*
@@ -551,13 +551,6 @@ xfs_bmbt_insert(
        struct xfs_btree_cur *,
        int *);
 
-int
-xfs_bmbt_insert_many(
-       struct xfs_btree_cur *,
-       int,
-       xfs_bmbt_rec_t *,
-       int *);
-
 void
 xfs_bmbt_log_block(
        struct xfs_btree_cur *,