Re: [PATCH] ocfs: further debugfs cleanups

2019-07-31 Thread Joseph Qi
On 19/7/31 21:21, Greg Kroah-Hartman wrote: > There is no need to check return value of debugfs_create functions, but > the last sweep through ocfs missed a number of places where this was > happening. There is also no need to save the individual dentries for > the debugfs files, as everything

[PATCH] ocfs: further debugfs cleanups

2019-07-31 Thread Greg Kroah-Hartman
There is no need to check return value of debugfs_create functions, but the last sweep through ocfs missed a number of places where this was happening. There is also no need to save the individual dentries for the debugfs files, as everything is can just be removed at once when the directory is re