From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wf-out-1314.google.com ([209.85.200.172]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1LKaxa-0002hN-VQ for linux-mtd@lists.infradead.org; Wed, 07 Jan 2009 16:08:47 +0000 Received: by wf-out-1314.google.com with SMTP id 28so10142283wfc.24 for ; Wed, 07 Jan 2009 08:08:45 -0800 (PST) Message-ID: <8bd0f97a0901070808n48bfd6a4vd7693ff085d6bf72@mail.gmail.com> Date: Wed, 7 Jan 2009 11:08:45 -0500 From: "Mike Frysinger" To: "Sidney Amani" Subject: Re: [PATCH 0/2] mtd-utils export libraries In-Reply-To: <52e42efe0901070439s223d8bb3hae377c2c0584c3ec@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <52e42efe0812180615u19344697la740e4ca1a060aff@mail.gmail.com> <1229611038.30575.11.camel@sauron> <8bd0f97a0812181224w450cb529l9108eaddbf66081c@mail.gmail.com> <8bd0f97a0901060716h5c518faau77a7af884f5133c2@mail.gmail.com> <52e42efe0901070439s223d8bb3hae377c2c0584c3ec@mail.gmail.com> Cc: linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 7, 2009 at 07:39, Sidney Amani wrote: > What we are trying to do is an UBI based userspace filesystem (using fuse). > We use the libubi to get volumes and devices info (ubi_get_dev_info, > ubi_get_vol_info, ubi_get_dev_info1, ubi_get_vol_info1). > Otherwise we communicate with the UBI volume through the cdev driver. > I am not sure a shared library is really desirable, probably not, > anyway it's not fundamental for us... > I particularly though that it could be useful for ubi-tools but I also > realize that it's much more restrictive to have shared libraries. i'm not terribly familiar with the fuse implementation details. are new filesystems plugins or shared libraries or standalone executables or ... ? i.e. are you going to be linking the UBI code into another library or into a final application ? -mike