Re: Should trivfs.h include fcntl.h?

2009-12-20 Thread Carl Fredrik Hammar
Hi, On Sun, Dec 20, 2009 at 06:40:10PM +0100, olafbuddenha...@gmx.net wrote: > > While trivfs.h doesn't use any definitions from fcntl.h itself, > trivfs_allow_open takes values like O_READ, which are defined in fcntl.h > -- so a program including trivfs.h will generally need these definitions >

[rev...@gmail.com: Call for participation to the "Alt-OS" devroom at FOSDEM]

2009-12-20 Thread olafBuddenhagen
Hi, I'm going -- who else? :-) -antrik- - Forwarded message from mmu_man - Date: Thu, 10 Dec 2009 15:56:17 -0800 (PST) From: mmu_man To: Rosetta Subject: Call for participation to the "Alt-OS" devroom at FOSDEM Reply-To: rosetta...@googlegroups.com During the previous edition of the

Should trivfs.h include fcntl.h?

2009-12-20 Thread olafBuddenhagen
Hi, While trivfs.h doesn't use any definitions from fcntl.h itself, trivfs_allow_open takes values like O_READ, which are defined in fcntl.h -- so a program including trivfs.h will generally need these definitions as well. Thus I wonder whether trivfs.h shouldn't just include fcntl.h, so they are

Re: [RFC] git fs translator

2009-12-20 Thread Carl Fredrik Hammar
Hi, On Sun, Dec 20, 2009 at 07:47:27PM +0530, Shakthi Kannan wrote: > > --- On Sun, Dec 20, 2009 at 7:43 PM, Carl Fredrik Hammar > wrote: > | but why not maintain a temporary repository where you fetch (only) the > | needed repo objects on demand with the usual git commands, or perhaps > | the m

Re: [RFC] git fs translator

2009-12-20 Thread Shakthi Kannan
Hi, --- On Sun, Dec 20, 2009 at 7:43 PM, Carl Fredrik Hammar wrote: | but why not maintain a temporary repository where you fetch (only) the | needed repo objects on demand with the usual git commands, or perhaps | the more low-level commands? \-- Sorry, which git commands or low-level commands

Re: [RFC] git fs translator

2009-12-20 Thread Carl Fredrik Hammar
Hi, On Sun, Dec 20, 2009 at 02:49:19PM +0530, Shakthi Kannan wrote: > > This is in regard to a prototype implementation of gitfs translator > for a student project. The idea is to write a simple translator that > can query results from a remote git repository. > > * Which lib*fs translator can b

[RFC] git fs translator

2009-12-20 Thread Shakthi Kannan
Hi, This is in regard to a prototype implementation of gitfs translator for a student project. The idea is to write a simple translator that can query results from a remote git repository. * Which lib*fs translator can be used for this? cvsfs has been written earlier using libnetfs. * Using gitw