]> git.baikalelectronics.ru Git - kernel.git/commit
NVMe: Rename cancel_cmdid_data to cancel_cmdid
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 29 Apr 2011 06:17:36 +0000 (23:17 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:02 +0000 (15:53 -0400)
commit69f84ecb82316ba89365d5fd7443889c48a90069
tree2472ca6f2df31c4d67123e31d6c0ecae5154d035
parent313acaf77a39f2798f784bbc4539b8db6acafcb6
NVMe: Rename cancel_cmdid_data to cancel_cmdid

The trailing '_data' on the end was annoying and inconsistent.  Also, make
it actually return the data since this is needed for timing out commands.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c