Hello David, Saturday, July 22, 2006, 10:16:48 PM, you wrote: > There's another note to kernel developers -- if Reiser5, 6, and 7 are > implemented as suites of plugins on top of Reiser4, then the Reiser4 > code will be maintained for a very long time. Kind of like ext2 vs > ext3, only moreso -- a Reiser5 FS may well be a Reiser4 FS mounted with > additional mount options. This the exact information I was hoping to get. I think it's important for people to realize it. Thanks.
> # Make a playlist of all files by Hendrix, mp3 or otherwise: > for i in `find`; do > if [ `cat "$i/.../song-info/artist"` == 'Jimi Hendrix' ]; then > echo "../$i" >> playlists/hendrix.m3u; > fi; > done I've read about this :-) Are plugins for such a thing entirely/mostly kernel-space? I mean, the power of FUSE is being in user-space... If there was an API to write a id3 plugin it propably be more beneficial. Well, it's plugins. If someone writes a kernelspace id3 plugin, someone else could write a kernelspace plugin with a userspace supplied configuration. -- Best regards, Maciej
