07 Jun, 2014

1 commit

  • printk is meant to be used with an associated log level. There are some
    instances of printk scattered around the mm code where the log level is
    missing. Add a log level and adhere to suggestions by
    scripts/checkpatch.pl by moving to the pr_* macros.

    Also add the typical pr_fmt definition so that print statements can be
    easily traced back to the modules where they occur, correlated one with
    another, etc. This will require the removal of some (now redundant)
    prefixes on a few print statements.

    Signed-off-by: Mitchel Humpherys
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mitchel Humpherys
     

20 May, 2014

1 commit

  • Continue moving some of the block files that are scattered around.
    bounce.c contains only code for bouncing the contents of a bio.
    It's block proper code, not mm code.

    Suggested-by: Ming Lei
    Signed-off-by: Jens Axboe

    Jens Axboe