initramfs: debug detected compression method
authorDaniel M. Weeks <dan@danweeks.net>
Mon, 7 Apr 2014 22:39:16 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:11 +0000 (16:36 -0700)
commit6aa7a29aa8378fa868fabef6a84b0a40d5d9d677
tree42db878266aeaa77a8af91d3ddbbdc8ece3f83a1
parent16caed319604609a5579df132fce362a456170d7
initramfs: debug detected compression method

This can greatly aid in narrowing down the real source of initramfs
problems such as failures related to the compression of the in-kernel
initramfs when an external initramfs is in use as well.  Existing errors
are ambiguous as to which initramfs is a problem and why.

[akpm@linux-foundation.org: use pr_debug()]
Signed-off-by: Daniel M. Weeks <dan@danweeks.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/initramfs.c
lib/decompress.c