mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-20 21:04:40 +08:00
cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
[ Upstream commitcc5ac966f2
] This lets us see the correct trace output. Fixes:c838305450
("cachefiles: notify the user daemon when looking up cookie") Signed-off-by: Baokun Li <libaokun1@huawei.com> Link: https://lore.kernel.org/r/20240522114308.2402121-2-libaokun@huaweicloud.com Acked-by: Jeff Layton <jlayton@kernel.org> Reviewed-by: Jingbo Xu <jefflexu@linux.alibaba.com> Signed-off-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
d8316838aa
commit
19133f53f1
@ -127,7 +127,9 @@ enum cachefiles_error_trace {
|
||||
EM(cachefiles_obj_see_lookup_cookie, "SEE lookup_cookie") \
|
||||
EM(cachefiles_obj_see_lookup_failed, "SEE lookup_failed") \
|
||||
EM(cachefiles_obj_see_withdraw_cookie, "SEE withdraw_cookie") \
|
||||
E_(cachefiles_obj_see_withdrawal, "SEE withdrawal")
|
||||
EM(cachefiles_obj_see_withdrawal, "SEE withdrawal") \
|
||||
EM(cachefiles_obj_get_ondemand_fd, "GET ondemand_fd") \
|
||||
E_(cachefiles_obj_put_ondemand_fd, "PUT ondemand_fd")
|
||||
|
||||
#define cachefiles_coherency_traces \
|
||||
EM(cachefiles_coherency_check_aux, "BAD aux ") \
|
||||
|
Loading…
Reference in New Issue
Block a user