]> git.baikalelectronics.ru Git - kernel.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)
commit844178de1b4328eaf9610415e22bc5c68bb9879d
tree952f74260d8baa66063fd8efa1b29d2dddb45c2b
parentef5ec823be30840f1fb789aa72c87614f9f6e0a5
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