mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
Remove duplicate cond_resched() definition
Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #11131
This commit is contained in:
parent
aaeffd09bf
commit
45479eb1de
@ -56,7 +56,6 @@
|
||||
#define tsd_set(key, value) osd_thread_set(curthread, (key), (value))
|
||||
#define fm_panic panic
|
||||
|
||||
#define cond_resched() kern_yield(PRI_USER)
|
||||
extern int zfs_debug_level;
|
||||
extern struct mtx zfs_debug_mtx;
|
||||
#define ZFS_LOG(lvl, ...) do { \
|
||||
|
Loading…
Reference in New Issue
Block a user