Linus Torvalds宣布发布Linux 2.6.35 kernel。Linus还在发布通知中谈论了开发周期以及下一代Linux 2.6.36的开发,如考虑合并Nick Piggi的VFS可扩展性系列。新版本的主要特性包括:
Google捐赠了两项改进网络处理性能的新特性——在系统的多个CPU之间分配网络处理负载——Receive packet steering和Receive flow steering;Btrfs文件系统加入直接I/O支持; KDB kernel debugger前端;大量新的驱动等等。 commit 9fe6206f400646a2322096b56c59891d530e8d51
Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Sun Aug 1 15:11:14 2010 -0700
Linux 2.6.35
commit 77a63f3d1e0a3e7ede8d10f569e8481b13ff47c5 Author: Trond Myklebust <Trond.Myklebust@netapp.com> 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 <mingo@elte.hu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
点击进入 Kernel 项目主页
|