Commit: 4c398964a0b7f4afc8f8572e2449ac21d640ceae
https://github.com/zfs-linux/zfs/commit/4c398964a0b7f4afc8f8572e2449ac21d640ceae
Author: Clemens Fruhwirth <cle...@endorphin.org>
Date: 2011-02-12 (Sat, 12 Feb 2011)
Changed paths:
A config/kernel-req-sync.m4
M config/kernel.m4
M module/zfs/zvol.c
M module/zpios/pios.c
Log Message:
-----------
2.6.36 API changes:
blk_fs_request macro dropped ->
inline former macro expansion.
BIO_RW_SYNCIO renamed to REQ_SYNC ->
add autoconf check and use REQ_SYNC if present.
ioctl member dropped from file_operations ->
wrap original code in lock_kernel/unlock_kernel and present
as unlocked_ioctl. This also breaks compatibility with
pre-2.6.11 kernels.