From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by ozlabs.org (Postfix) with ESMTP id 5672DDDF04 for ; Tue, 24 Apr 2007 05:17:52 +1000 (EST) To: Joachim Fenkes Subject: Re: [PATCH] ib_core: Add missing device link to class device References: <200704231820.27752.fenkes@de.ibm.com> From: Roland Dreier Date: Mon, 23 Apr 2007 12:17:48 -0700 In-Reply-To: <200704231820.27752.fenkes@de.ibm.com> (Joachim Fenkes's message of "Mon, 23 Apr 2007 18:20:27 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: LinuxPPC-Dev , LKML , OF-General List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hmm, I have links like this on my system already: $ ls -l /sys/class/infiniband/mlx4_0/device lrwxrwxrwx 1 root root 0 2007-04-23 12:14 /sys/class/infiniband/mlx4_0/device -> ../../../devices/pci0000:00/0000:00:06.0/0000:0d:00.0 the patch actually looks sane but I don't understand why it's needed. Could you explain?