]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
async: Rename _special -> _domain for clarity.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 20 Jan 2009 14:31:31 +0000 (15:31 +0100)
committerArjan van de Ven <arjan@linux.intel.com>
Sun, 8 Feb 2009 17:56:11 +0000 (09:56 -0800)
commit766ccb9ed406c230d13c145def08ebea1b932982
tree952f74260d8baa66063fd8efa1b29d2dddb45c2b
parentf30d5b307c694e03368ab55f2f96b0ca4131e775
async: Rename _special -> _domain for clarity.

Rename the async_*_special() functions to async_*_domain(), which
describes the purpose of these functions much better.
[Broke up long lines to silence checkpatch]

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
fs/super.c
include/linux/async.h
kernel/async.c