]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Delete unnecessary call to snprintf() in user_ent_hash_build()
authorPeilin Ye <peilin.ye@bytedance.com>
Wed, 25 May 2022 02:52:36 +0000 (19:52 -0700)
committerDavid Ahern <dsahern@kernel.org>
Mon, 30 May 2022 15:54:12 +0000 (09:54 -0600)
commitea3b57ec3991a576a6aa7276979db518fd5488ce
tree4515191bdf3443b991390ff750f86631080765fe
parentcd845a85681bf2851b38041587fa75605beebbe9
ss: Delete unnecessary call to snprintf() in user_ent_hash_build()

'name' is already $PROC_ROOT/$PID/fd/$FD there, no need to rebuild the
string.

Signed-off-by: Peilin Ye <peilin.ye@bytedance.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
misc/ss.c