Re: [PATCH V2] NTFS: Logging clean-up

2014-03-16 Thread Joe Perches
On Sun, 2014-03-16 at 21:52 +0100, Fabian Frederick wrote: > -Convert spinlock/stat array to va_format (inspired by Joe Perches help > on previous logging patches). > -Convert printk(KERN_ERR to pr_warn in __ntfs_warning. > -Convert printk(KERN_ERR to pr_err in __ntfs_error. > -Convert

[PATCH V2] NTFS: Logging clean-up

2014-03-16 Thread Fabian Frederick
-Convert spinlock/stat array to va_format (inspired by Joe Perches help on previous logging patches). -Convert printk(KERN_ERR to pr_warn in __ntfs_warning. -Convert printk(KERN_ERR to pr_err in __ntfs_error. -Convert printk(KERN_DEBUG to pr_debug in __ntfs_debug. (__ntfs_debug behavior is

[PATCH V2] NTFS: Logging clean-up

2014-03-16 Thread Fabian Frederick
-Convert spinlock/stat array to va_format (inspired by Joe Perches help on previous logging patches). -Convert printk(KERN_ERR to pr_warn in __ntfs_warning. -Convert printk(KERN_ERR to pr_err in __ntfs_error. -Convert printk(KERN_DEBUG to pr_debug in __ntfs_debug. (__ntfs_debug behavior is

Re: [PATCH V2] NTFS: Logging clean-up

2014-03-16 Thread Joe Perches
On Sun, 2014-03-16 at 21:52 +0100, Fabian Frederick wrote: -Convert spinlock/stat array to va_format (inspired by Joe Perches help on previous logging patches). -Convert printk(KERN_ERR to pr_warn in __ntfs_warning. -Convert printk(KERN_ERR to pr_err in __ntfs_error. -Convert