Re: [PATCH v2 RESEND] btrfs: maintain consistency in logging to help debugging

2016-03-19 Thread David Sterba
On Thu, Mar 10, 2016 at 12:22:58PM +0800, Anand Jain wrote: > Optional Label may or may not be set, or it might be set at some time > later. However while debugging to search through the kernel logs the > scripts would need the logs to be consistent, so logs search key words > shouldn't depend on t

Re: [PATCH v2 RESEND] btrfs: maintain consistency in logging to help debugging

2016-03-19 Thread Anand Jain
On 03/17/2016 12:18 AM, David Sterba wrote: On Thu, Mar 10, 2016 at 12:22:58PM +0800, Anand Jain wrote: Optional Label may or may not be set, or it might be set at some time later. However while debugging to search through the kernel logs the scripts would need the logs to be consistent, so l

[PATCH v2 RESEND] btrfs: maintain consistency in logging to help debugging

2016-03-09 Thread Anand Jain
Optional Label may or may not be set, or it might be set at some time later. However while debugging to search through the kernel logs the scripts would need the logs to be consistent, so logs search key words shouldn't depend on the optional variables, instead fsid is better. Signed-off-by: Anand