Re: [patch 1/13] signal/timer/event fds v6 - anonymous inode source ...

2007-03-18 Thread Davide Libenzi
On Sat, 17 Mar 2007, Arnd Bergmann wrote: > On Friday 16 March 2007 01:22:15 Davide Libenzi wrote: > > > + > > +static int ainofs_delete_dentry(struct dentry *dentry); > > +static struct inode *aino_getinode(void); > > +static struct inode *aino_mkinode(void); > > +static int ainofs_get_sb(struct

Re: [patch 1/13] signal/timer/event fds v6 - anonymous inode source ...

2007-03-17 Thread Arnd Bergmann
On Friday 16 March 2007 01:22:15 Davide Libenzi wrote: > + > +static int ainofs_delete_dentry(struct dentry *dentry); > +static struct inode *aino_getinode(void); > +static struct inode *aino_mkinode(void); > +static int ainofs_get_sb(struct file_system_type *fs_type, int flags, > +

[patch 1/13] signal/timer/event fds v6 - anonymous inode source ...

2007-03-15 Thread Davide Libenzi
This patch add an anonymous inode source, to be used for files that need and inode only in order to create a file*. We do not care of having an inode for each file, and we do not even care of having different names in the associated dentries (dentry names will be same for classes of file*). This