Re: [PATCH v2] btrfs: remove save_error_info()

2016-03-19 Thread David Sterba
On Thu, Mar 17, 2016 at 10:38:57AM +0800, Anand Jain wrote: > Actually save_error_info() sets the FS state to error > and nothing else. Further the word save doesn't induce > caffeine when compared to the word set in what actually > it does. > > So to make it better understandable move

[PATCH v2] btrfs: remove save_error_info()

2016-03-19 Thread Anand Jain
Actually save_error_info() sets the FS state to error and nothing else. Further the word save doesn't induce caffeine when compared to the word set in what actually it does. So to make it better understandable move save_error_info() code to its only consumer itself. Signed-off-by: Anand Jain