summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-21 20:45:19 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-21 20:59:03 +0200
commit393b06383fb77a006a29eb1574474d468e8c868b (patch)
tree5a44f2c3821b5c9b42788ad212ecee0a0613ad91 /tools/perf/scripts/python
parent1be4ec2456a7d110092ad8cc918eef75b878ec4e (diff)
downloadkernel-393b06383fb77a006a29eb1574474d468e8c868b.tar.gz
debugfs: remove return value of debugfs_create_bool()
No one checks the return value of debugfs_create_bool(), as it's not needed, so make the return value void, so that no one tries to do so in the future. Link: https://lore.kernel.org/r/20210521184519.1356639-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
shrink_count, erofs_shrink_scanGao Xiang 2019-01-18staging: erofs: sunset erofs_workstation_cleanup_allGao Xiang 2019-01-15staging: erofs: move erofs_xattr_handlers to xattr.hGao Xiang 2018-12-06staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang 2018-11-05staging: erofs: remove the redundant d_rehash() for the root dentryGao Xiang 2018-10-09staging: erofs: add the missing __init tagsGao Xiang 2018-09-20staging: erofs: option validation in remountChengguang Xu 2018-09-20staging: erofs: code cleanup for erofs_show_options()Chengguang Xu 2018-09-20staging: erofs: code cleanup for option parsing of fault_injectionChengguang Xu 2018-09-20staging: erofs: cleanup `z_erofs_vle_normalaccess_readpages'Gao Xiang 2018-09-18staging: erofs: avoid magic constants when initializing clusterbitsGao Xiang 2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman 2018-09-14staging: erofs: surround fault_injection ralted option parsing using CONFIG_E...Chengguang Xu 2018-09-14staging: erofs: use explicit unsigned int typeThomas Weißschuh 2018-09-10staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)Gao Xiang 2018-07-29staging: erofs: fix compile error without built-in decompression supportGao Xiang 2018-07-27staging: erofs: introduce cached decompressionGao Xiang 2018-07-27staging: erofs: introduce VLE decompression supportGao Xiang 2018-07-27staging: erofs: introduce workstation for decompressionGao Xiang 2018-07-27staging: erofs: introduce erofs shrinkerGao Xiang 2018-07-27staging: erofs: introduce superblock registrationGao Xiang 2018-07-27staging: erofs: support tracepointChao Yu 2018-07-27staging: erofs: introduce error injection infrastructureChao Yu 2018-07-27staging: erofs: introduce xattr & acl supportGao Xiang 2018-07-27staging: erofs: add super block operationsGao Xiang