]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_rtalloc.h
cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpuset
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_rtalloc.h
index 0e0b4d2ec2028597acac80927f01a4f21c804837..799c1f87126318bf54e0fcf9b4f59c088a9ee2fd 100644 (file)
@@ -133,24 +133,6 @@ xfs_rtpick_extent(
        xfs_extlen_t            len,    /* allocation length (rtextents) */
        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.
  */