From: Jakub Kicinski Date: Thu, 31 Oct 2024 01:51:54 +0000 (-0700) Subject: Merge branch 'bna-remove-error-checking-for-debugfs-create-apis' X-Git-Tag: v6.13-rc1~135^2~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c1185e931929255003c094a9bd4b7516238d71;p=thirdparty%2Flinux.git Merge branch 'bna-remove-error-checking-for-debugfs-create-apis' Zhen Lei says: ==================== bna: Remove error checking for debugfs create APIs 1. Fix the incorrect return value check for debugfs_create_dir() and debugfs_create_file(), which returns ERR_PTR(-ERROR) instead of NULL when it fails. 2. Remove field bnad_dentry_files[] in struct bnad. When a directory is deleted, files in the directory are automatically deleted. Therefore, there is need to record these files. ==================== Link: https://patch.msgid.link/20241028020943.507-1-thunder.leizhen@huawei.com Signed-off-by: Jakub Kicinski --- a3c1185e931929255003c094a9bd4b7516238d71