]> git.baikalelectronics.ru Git - kernel.git/commit
select: rename estimate_accuracy() to select_estimate_accuracy()
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 27 Oct 2010 22:34:53 +0000 (15:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Oct 2010 01:03:18 +0000 (18:03 -0700)
commitf0968c3f56dd1fd8e748df70f598e2a257ecd32e
tree72bde1a29b6b5704e2465f751b99d868cbfe8e60
parentb159ce3e10a8d0b397e2423ff0861c42ad849a71
select: rename estimate_accuracy() to select_estimate_accuracy()

Make it a subsystem-specific identifier because we wish to amke it
non-static in the next patch ("epoll: make epoll_wait() use the hrtimer
range feature").

Cc: Shawn Bohrer <shawn.bohrer@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/select.c