From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman) Subject: Re: [RFC v2 0/2] proc connector: get namespace events Date: Sun, 16 Oct 2016 09:57:32 -0500 Message-ID: <87twcctk83.fsf@x220.int.ebiederm.org> References: <1476534370-4027-1-git-send-email-alban@kinvolk.io> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1476534370-4027-1-git-send-email-alban-lYLaGTFnO9sWenYVfaLwtA@public.gmane.org> (Alban Crequy's message of "Sat, 15 Oct 2016 14:26:08 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Alban Crequy Cc: Iago Lopez Galeiras , Aaron Campbell , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Jiri Benc , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jesper Derehag , Alban Crequy , Tejun Heo , Evgeniy Polyakov , Dimitri John Ledkov List-Id: containers.vger.kernel.org Alban Crequy writes: > This is v2 of the patch set to add namespace events in the proc > connector. So while not totally wrong the way you report namespaces makes me grumpy. You are not including the device node of the filesystem those inodes are on. The inode number is meaningless if you don't specify which filesystem the inode is from. I absolutely do not want to have to implement a namespace for namespaces someday just because people have been sloppy like this. So please correct this to at least report the full information on namespaces. Thank you, Eric