On Thu, Jan 27, 2005 at 10:45:09AM -0500, Bill Davidsen wrote: > Sytse Wielinga wrote: > >It is great that this is fixed, don't remove it, but it does require the fuse > >libs to be updated at the same time, or opening dirs for listings will break > >like this: > > > >open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOSYS (Function > >not implemented) > > > >As I personally like for my ls to keep on working, and I assume others will, > >too, I would appreciate it if you could add a warning to your announcements > >the > >following one or two weeks or so, so that people can remove this patch if > >they > >don't want to update their libs. > > By any chance would this also break perl programs which readdir?
Of course; I haven't tested it, but the actual ioctls aren't working anymore, so it's not even _possible_ to get them to work with this patch and an old version of the fuse libs, even with perl bindings, which go through the fuse libs anyway. Sytse - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/