diff options
| author | Eric Sandeen <[email protected]> | 2007-02-10 07:37:40 +0000 |
|---|---|---|
| committer | Tim Shimmin <[email protected]> | 2007-02-10 07:37:40 +0000 |
| commit | 6be145bfb1ce93b2dbb854fee66fbb8d04916339 (patch) | |
| tree | e723cab2dbc3a067a9d154070ad98b51b3a7fca7 /fs/xfs/xfs_rtalloc.h | |
| parent | [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros. (diff) | |
| download | kernel-6be145bfb1ce93b2dbb854fee66fbb8d04916339.tar.gz kernel-6be145bfb1ce93b2dbb854fee66fbb8d04916339.zip | |
[XFS] Remove a bunch of unused functions from XFS.
Patch provided by Eric Sandeen ([email protected]).
SGI-PV: 960897
SGI-Modid: xfs-linux-melb:xfs-kern:28038a
Signed-off-by: Eric Sandeen <[email protected]>
Signed-off-by: David Chinner <[email protected]>
Signed-off-by: Tim Shimmin <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.h')
| -rw-r--r-- | fs/xfs/xfs_rtalloc.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fs/xfs/xfs_rtalloc.h b/fs/xfs/xfs_rtalloc.h index 0e0b4d2ec202..799c1f871263 100644 --- a/fs/xfs/xfs_rtalloc.h +++ b/fs/xfs/xfs_rtalloc.h @@ -134,24 +134,6 @@ xfs_rtpick_extent( xfs_rtblock_t *pick); /* result rt extent */ /* - * Debug code: print out the value of a range in the bitmap. - */ -void -xfs_rtprint_range( - struct xfs_mount *mp, /* file system mount structure */ - struct xfs_trans *tp, /* transaction pointer */ - xfs_rtblock_t start, /* starting block to print */ - xfs_extlen_t len); /* length to print */ - -/* - * Debug code: print the summary file. - */ -void -xfs_rtprint_summary( - struct xfs_mount *mp, /* file system mount structure */ - struct xfs_trans *tp); /* transaction pointer */ - -/* * Grow the realtime area of the filesystem. */ int |
