Re: [PATCH] hfs/hfsplus: rework debug output subsystem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08.07.25 22:10, Viacheslav Dubeyko wrote:
> diff --git a/fs/hfs/bfind.c b/fs/hfs/bfind.c
> index ef9498a6e88a..44a8b3ba4300 100644
> --- a/fs/hfs/bfind.c
> +++ b/fs/hfs/bfind.c
> @@ -23,7 +23,7 @@ int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
>   		return -ENOMEM;
>   	fd->search_key = ptr;
>   	fd->key = ptr + tree->max_key_len + 2;
> -	hfs_dbg(BNODE_REFS, "find_init: %d (%p)\n",
> +	hfs_dbg("find_init: %d (%p)\n",
>   		tree->cnid, __builtin_return_address(0));
>   	switch (tree->cnid) {
>   	case HFS_CAT_CNID:
> @@ -45,7 +45,7 @@ void hfs_find_exit(struct hfs_find_data *fd)
>   {
>   	hfs_bnode_put(fd->bnode);
>   	kfree(fd->search_key);
> -	hfs_dbg(BNODE_REFS, "find_exit: %d (%p)\n",
> +	hfs_dbg("find_exit: %d (%p)\n",
>   		fd->tree->cnid, __builtin_return_address(0));
>   	mutex_unlock(&fd->tree->tree_lock);
>   	fd->tree = NULL;

The function name prefix isn't needed either with dynamic debug.

echo 'func hfs_find_exit +pf' > /proc/dynamic_debug/control

will add it




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [NTFS 3]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [NTFS 3]     [Samba]     [Device Mapper]     [CEPH Development]

  Powered by Linux