Re: [PATCH] debugfs: update commits of debugfs_remove

2015-10-13 Thread Tan Xiaojun
Please ignore this patch, I make a spelling mistake. On 2015/10/14 10:53, Tan Xiaojun wrote: > This function debugfs_remove can't remove a directory if it is not > empty. The commits make misunderstood and cause misuse easily, so > update it. > > Signed-off-by: Tan Xiaojun > --- > fs/debugfs/in

[PATCH] debugfs: update commits of debugfs_remove

2015-10-13 Thread Tan Xiaojun
This function debugfs_remove can't remove a directory if it is not empty. The commits make misunderstood and cause misuse easily, so update it. Signed-off-by: Tan Xiaojun --- fs/debugfs/inode.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/debugfs/inode.c b/fs/debug