Re: [PATCH v2] btrfs: log, when replace, is canceled by the user

2018-02-13 Thread David Sterba
On Tue, Feb 13, 2018 at 11:53:43AM +0800, Anand Jain wrote: > For forensic investigations of issues, we would want to know > if and when the user cancels the replace. > > Signed-off-by: Anand Jain Reviewed-by: David Sterba I've updated the changelog a bit. -- To unsubscribe from this list: sen

Re: [PATCH v2] btrfs: log, when replace, is canceled by the user

2018-02-13 Thread Qu Wenruo
On 2018年02月13日 17:08, Nikolay Borisov wrote: > > > On 13.02.2018 11:05, Qu Wenruo wrote: >> >> >> On 2018年02月13日 11:53, Anand Jain wrote: >>> For forensic investigations of issues, we would want to know >>> if and when the user cancels the replace. >>> >>> Signed-off-by: Anand Jain > --- >>> v1

Re: [PATCH v2] btrfs: log, when replace, is canceled by the user

2018-02-13 Thread Nikolay Borisov
On 13.02.2018 11:05, Qu Wenruo wrote: > > > On 2018年02月13日 11:53, Anand Jain wrote: >> For forensic investigations of issues, we would want to know >> if and when the user cancels the replace. >> >> Signed-off-by: Anand Jain > --- >> v1->v2: use btrfs_dev_name() instead of rcu_str_deref() >>

Re: [PATCH v2] btrfs: log, when replace, is canceled by the user

2018-02-13 Thread Qu Wenruo
On 2018年02月13日 11:53, Anand Jain wrote: > For forensic investigations of issues, we would want to know > if and when the user cancels the replace. > > Signed-off-by: Anand Jain > --- > v1->v2: use btrfs_dev_name() instead of rcu_str_deref() > as btrfs_dev_name() also provides "missing" s

[PATCH v2] btrfs: log, when replace, is canceled by the user

2018-02-12 Thread Anand Jain
For forensic investigations of issues, we would want to know if and when the user cancels the replace. Signed-off-by: Anand Jain --- v1->v2: use btrfs_dev_name() instead of rcu_str_deref() as btrfs_dev_name() also provides "missing" string, if needed. fs/btrfs/dev-replace.c | 7