lkml.org 
[lkml]   [2005]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: [PATCH] blk queue io tracing support
    On Wed, Aug 24, 2005 at 11:28:39AM +0200, Jens Axboe wrote:
    > ...
    > Patch attached is against 2.6.13-rc6-mm2. Still a good idea to apply the
    > relayfs read update from the previous mail [*] as well.

    Hi Jens,

    There's a minor config botch in there, I get this:

    scripts/kconfig/conf -s arch/i386/Kconfig
    drivers/block/Kconfig:466:warning: 'select' used by config symbol 'BLK_DEV_IO_TRACE' refer to undefined symbol 'RELAYFS'

    The patch below seems to resolve it.

    cheers.

    --
    Nathan


    Index: relayfs-2.6.x-xfs/drivers/block/Kconfig
    ===================================================================
    --- relayfs-2.6.x-xfs.orig/drivers/block/Kconfig
    +++ relayfs-2.6.x-xfs/drivers/block/Kconfig
    @@ -463,7 +463,7 @@

    config BLK_DEV_IO_TRACE
    bool "Support for tracing block io actions"
    - select RELAYFS
    + select RELAYFS_FS
    help
    Say Y here, if you want to be able to trace the block layer actions
    on a given queue.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2005-08-29 07:08    [W:3.410 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site