]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (comment) update the description of sock_xinfo::netns_inode
authorMasatake YAMATO <yamato@redhat.com>
Mon, 2 Feb 2026 17:13:47 +0000 (02:13 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 2 Feb 2026 17:14:00 +0000 (02:14 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/sock.h

index 5641eb84f9eb6c2acf69bc5b6fceeec4cc37a4cf..641cf3abd05a4cadb2e28bb7d64d705d88b55e8d 100644 (file)
@@ -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;
 };