Linux Kernel 2.6.35 发布
时间:2010-08-02 来源:OSMSG
Linux是最受欢迎的自由电脑操作系统内核。它是一个用C语言写成,符合POSIX标准的类Unix操作系统。Linux 最早是由芬兰黑客 Linus Torvalds为尝试在英特尔x86架构上提供自由免费的类Unix操作系统而开发的。该计划开始于1991年,这里有一份Linus Torvalds当时在Usenet新闻组comp.os.minix所登载的贴子,这份著名的贴子标志着Linux计划的正式开始。Linux Kernel 2.6.35 为 Kernel 主线版本。主要特征如下:
下载:Linux Kernel 2.6.35
receive packet steering and receive flow steering, memory compaction, direct I/O support for Btrfs, and the usual pile of new drivers
commit 9fe6206f400646a2322096b56c59891d530e8d51
Author: Linus Torvalds <[email protected]>
Date: Sun Aug 1 15:11:14 2010 -0700
Linux 2.6.35
commit 77a63f3d1e0a3e7ede8d10f569e8481b13ff47c5
Author: Trond Myklebust <[email protected]>
Date: Sun Aug 1 13:40:40 2010 -0400
NFS: Fix a typo in include/linux/nfs_fs.h
nfs_commit_inode() needs to be defined irrespectively of whether or not
we are supporting NFSv3 and NFSv4.
Allow the compiler to optimise away code in the NFSv2-only case by
converting it into an inlined stub function.
Reported-and-tested-by: Ingo Molnar <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>