diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-23 12:26:22 +0200 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-23 12:26:22 +0200 |
commit | 3357d4c75f1fb67e7304998c4ad4e9a9fed66fa4 (patch) | |
tree | ceba46966a5a1112a05d257d8ecb25ae5eee95e0 /fs/xfs/xfs_bmap_btree.h | |
parent | Automatic merge with /usr/src/ntfs-2.6.git (diff) | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff) | |
download | linux-3357d4c75f1fb67e7304998c4ad4e9a9fed66fa4.tar.xz linux-3357d4c75f1fb67e7304998c4ad4e9a9fed66fa4.zip |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.h')
-rw-r--r-- | fs/xfs/xfs_bmap_btree.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/xfs_bmap_btree.h b/fs/xfs/xfs_bmap_btree.h index 843ff12b4bf2..0a40cf126c28 100644 --- a/fs/xfs/xfs_bmap_btree.h +++ b/fs/xfs/xfs_bmap_btree.h @@ -580,14 +580,6 @@ xfs_bmbt_lookup_ge( xfs_filblks_t, int *); -int -xfs_bmbt_lookup_le( - struct xfs_btree_cur *, - xfs_fileoff_t, - xfs_fsblock_t, - xfs_filblks_t, - int *); - /* * Give the bmap btree a new root block. Copy the old broot contents * down into a real block and make the broot point to it. |