Quotes of the week
[Posted February 8, 2012 by corbet]
Note, I also removed the line in the unusedcode.easy file at the same
time, if I shouldn't have done that, let me know and I'll redo these
patches.
If I messed anything up, or the patches need more information within the
body of the changelog, please let me know, and I'll be glad to respin
them.
--
Greg
Kroah-Hartman becomes a LibreOffice developer.
If we really want to improve the world we should jump into a time
machine and set tabstops to 4.
--
Andrew Morton
10? We have a few cases of variables over 100 (not sure how you are supposed
to use them with an 80 character max line length). Current longest is:
eOpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters_h2250LogicalChannelParameters
at 104 characters.
Tony Luck (see
include/linux/netfilter/nf_conntrack_h323_types.h)
With kernel 3.1, Christoph removed i_alloc_sem and replaced it with
calls (namely inode_dio_wait() and inode_dio_done()) which are
EXPORT_SYMBOL_GPL() thus they cannot be used by non-GPL file
systems and further inode_dio_wait() was pushed from
notify_change() into the file system ->setattr() method but no
non-GPL file system can make this call.
That means non-GPL file systems cannot exist any more unless they
do not use any VFS functionality related to reading/writing as far
as I can tell or at least as long as they want to implement direct
i/o.
What are commercial file systems meant to do now?
--
Anton Altaparmakov
(
Log in to post comments)