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)
commit231f3d393f63f6e3b505afa179999bba491d0f08
tree72bde1a29b6b5704e2465f751b99d868cbfe8e60
parent61d8e11e519ee7912ab59610fba1aaf08e3c1d84
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