From: Masatake YAMATO Date: Mon, 2 Feb 2026 17:13:47 +0000 (+0900) Subject: lsfd: (comment) update the description of sock_xinfo::netns_inode X-Git-Tag: v2.43-devel~95^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778e3bf89d3960371e5514a78d5a0ff40c2f7f8d;p=thirdparty%2Futil-linux.git lsfd: (comment) update the description of sock_xinfo::netns_inode Signed-off-by: Masatake YAMATO --- diff --git a/lsfd-cmd/sock.h b/lsfd-cmd/sock.h index 5641eb84f..641cf3abd 100644 --- a/lsfd-cmd/sock.h +++ b/lsfd-cmd/sock.h @@ -34,8 +34,8 @@ */ struct sock_xinfo { ino_t inode; /* inode in sockfs */ - ino_t netns_inode; /* inode of netns where - the socket belongs to */ + ino_t netns_inode; /* inode of the network namespace where + * the socket was created */ const struct sock_xinfo_class *class; };