]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
isofs: add KERN_CONT to printing of ER records
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Wed, 30 Nov 2016 07:52:01 +0000 (09:52 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Nov 2016 18:41:26 +0000 (10:41 -0800)
commita107bf8b3905b61bf8b5c181268bca8c05af7f69
tree1551638221cd39320c1ffa73474ec9dffa0ccd38
parentded6e842cf499ef04b0d611d92b859d5b846c497
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>
fs/isofs/rock.c