On Tue, Jul 24, 2001 at 08:32:27PM -0400, Valdis.Kletnieksat_private wrote: > First law of systems programming: > Never test for an error condition you don't know how to handle. Hehehe. :) > Does anybody have a feel for the increased chance of patch acceptance if > we actually provide the answer to the FAQ "How do I get the filename > from the inode/fd/whatever?" ;) I would be surprised it would add up to much. If I am not mistaken, much of the kernel group doesn't care where the file came from. Only weirdos like us care. :) Note, though, that if you want all the filenames, that is easier to get: the inode has a list of all the dentries that refer to it. Not that this should discourage you from the Quest. :) _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Tue Jul 24 2001 - 17:44:45 PDT