From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Benjamin Herrenschmidt To: linuxppc64-dev , linuxppc-dev list Content-Type: text/plain Date: Mon, 30 May 2005 15:07:00 +1000 Message-Id: <1117429620.5228.38.camel@gaston> Mime-Version: 1.0 Subject: symlinks in /proc/device-tree List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi ! Is anybody actually using one of these things in /proc/device-tree ? - for a node name@address, symlinks from name->node and @address->node - the fact that we remove the @address part if address is 0 I'm considering killing both of these things for 2.6.13. That will reduce the memory footprint of the device-tree significantly (bloat in inode cache) and it will be a more exact representation of the actual tree. Besides, the symlinks are not really useful in practice. Ben.