From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423199AbXBHKdt (ORCPT ); Thu, 8 Feb 2007 05:33:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423200AbXBHKdt (ORCPT ); Thu, 8 Feb 2007 05:33:49 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:58348 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423199AbXBHKds (ORCPT ); Thu, 8 Feb 2007 05:33:48 -0500 Subject: Re: [patch] export ufs_fs.h to userspace From: Arjan van de Ven To: Mike Frysinger Cc: dushistov@mail.ru, linux-kernel@vger.kernel.org, sparc@gentoo.org In-Reply-To: <200702080246.16996.vapier@gentoo.org> References: <200702080246.16996.vapier@gentoo.org> Content-Type: text/plain Organization: Intel International BV Date: Thu, 08 Feb 2007 11:33:39 +0100 Message-Id: <1170930819.8675.36.camel@laptopd505.fenrus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-3.fc6) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2007-02-08 at 02:46 -0500, Mike Frysinger wrote: > was ufs_fs.h purposefully not exported to userspace or did it just slip > through the cracks ? assuming the latter scenario, the attached patch > touches up the relationship between ufs_fs.h and its sub headers (like > ufs_fs_sb.h) so that we can export it ... the silo bootloader takes advantage > of this header for example are you sure it actually uses anything from this header, and not just assumes the magic number to be there?? (also.. I kind of would think it reasonable for things with their own UFS fs reader to have their own header)