mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Linux 4.2 compat: bdi_setup_and_register()
The vfs_compat.h header should include the linux/backing-dev.h header because it depends on the bdi_* functions defined there. In previous kernels this header was being indirectly included which prevented a build failure. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Richard Yao <ryao@gentoo.org> Closes #3596
This commit is contained in:
parent
905edb405d
commit
e80da86447
@ -28,6 +28,7 @@
|
||||
#define _ZFS_VFS_H
|
||||
|
||||
#include <sys/taskq.h>
|
||||
#include <linux/backing-dev.h>
|
||||
|
||||
/*
|
||||
* 2.6.28 API change,
|
||||
|
Loading…
Reference in New Issue
Block a user