commit | a107bf8b3905b61bf8b5c181268bca8c05af7f69 | [log] [tgz] |
---|---|---|
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | Wed Nov 30 09:52:01 2016 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 30 10:41:26 2016 -0800 |
tree | 1551638221cd39320c1ffa73474ec9dffa0ccd38 | |
parent | ded6e842cf499ef04b0d611d92b859d5b846c497 [diff] |
isofs: add KERN_CONT to printing of ER records The ER records are printed without explicit log level presuming line continuation until "\n". After the commit 4bcc595ccd8 (printk: reinstate KERN_CONT for printing continuation lines), the ER records are printed a character per line. Adding KERN_CONT to appropriate printk statements restores the printout behavior. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>