diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-02-02 18:18:24 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-02-02 18:18:24 -0800 |
| commit | 779a44860865851c75d14014f8cbfbbd6c8958b2 (patch) | |
| tree | 622dc06af6b187a11fabe0fd5ca32d5378c8569e | |
| parent | 426e9c9378216bf13651ae95b666ff85fc782823 (diff) | |
| download | patches-779a44860865851c75d14014f8cbfbbd6c8958b2.tar.gz | |
mark a patch for -stable
| -rw-r--r-- | driver-core/sysfs-cache-the-last-sysfs_dirent-to-improve-readdir-scalability-v2.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/driver-core/sysfs-cache-the-last-sysfs_dirent-to-improve-readdir-scalability-v2.patch b/driver-core/sysfs-cache-the-last-sysfs_dirent-to-improve-readdir-scalability-v2.patch index df610ebc5cbe66..f73480acec18be 100644 --- a/driver-core/sysfs-cache-the-last-sysfs_dirent-to-improve-readdir-scalability-v2.patch +++ b/driver-core/sysfs-cache-the-last-sysfs_dirent-to-improve-readdir-scalability-v2.patch @@ -1,7 +1,7 @@ From ebiederm@xmission.com Thu Jan 14 16:52:20 2010 From: ebiederm@xmission.com (Eric W. Biederman) Date: Fri, 01 Jan 2010 14:43:53 -0800 -Subject: [PATCH] sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 +Subject: sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 To: Linus Torvalds <torvalds@linux-foundation.org> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>, Borislav Petkov <petkovbb@googlemail.com>, David Airlie <airlied@linux.ie>, Greg KH <greg@kroah.com>, Al Viro <viro@ZenIV.linux.org.uk> Message-ID: <m1y6kh30pi.fsf_-_@fess.ebiederm.org> @@ -20,8 +20,11 @@ v2: Returned to using INT_MAX as the EOF condition. seekdir is ambiguous unless all directory entries have a unique f_pos value. +Fixes http://bugzilla.kernel.org/show_bug.cgi?id=14949 + Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> +Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- |
