commit | 7c97c200e2c5aa8b1067bebb99df0a7c2e12ebf3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 21 08:51:28 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:43:39 2011 -0400 |
tree | bc486a32cb322a58730be30f5c61d272e3fee54f | |
parent | beefebf1aa611242e022e71bae87034f415d3314 [diff] |
cifs: fix the type of cifs_demultiplex_thread() ... and get rid of a bogus typecast, while we are at it; it's not just that we want a function returning int and not void, but cast to pointer to function taking void * and returning void would be (void (*)(void *)) and not (void *)(void *), TYVM... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>