staging: lustre: remove cfs_task_state_t
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Aug 2013 00:48:26 +0000 (08:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Aug 2013 00:48:26 +0000 (08:48 +0800)
commite7e73793d17fc413d552bc00fd57a57439f6c293
treea3cf6bcf0a4d49a500d8015eea05efd13850e526
parent2f5723a1bf2d2f440b1cf8850bc6a9d8d4e82d3b
staging: lustre: remove cfs_task_state_t

It's just a long, so remove the typedef and use long.

Side note, all the functions like waitq_* should be removed as well,
they are wrapping functions that don't really do what it seems that they
do based on their name.

Cc: Peng Tao <tao.peng@emc.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_prim.h
drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h
drivers/staging/lustre/lustre/libcfs/linux/linux-prim.c