summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTony Hutter <[email protected]>2017-07-10 10:19:03 -0700
committerTony Hutter <[email protected]>2017-07-10 11:00:34 -0700
commit5a20d4283c848f8f6dfcaa6f9e4e46f77b4f60c8 (patch)
treee2e047d78d79661da1b3aad13b37f820f4877d2b /include
parentbf04e4d442ea261ff837fad539a02d33ee89f792 (diff)
Linux 4.12 compat: super_setup_bdi_name() - add missing code
This includes code that was mistakenly left out of the 7dae2c8 merge into 0.6.5.10. Its inclusion fixes a kernel warning on Kubuntu 17.04: WARN_ON(sb->s_bdi != &noop_backing_dev_info); Reviewed-by: Chunwei Chen <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #6089 Closes #6324 (backported from zfs upstream commit 7dae2c81e7b2e68a596c5b431444be0fae308156) Signed-off-by: Colin Ian King <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/sys/zfs_vfsops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/zfs_vfsops.h b/include/sys/zfs_vfsops.h
index efaefdacc..d971c082c 100644
--- a/include/sys/zfs_vfsops.h
+++ b/include/sys/zfs_vfsops.h
@@ -64,7 +64,6 @@ typedef struct zfs_mntopts {
typedef struct zfs_sb {
struct super_block *z_sb; /* generic super_block */
- struct backing_dev_info z_bdi; /* generic backing dev info */
struct zfs_sb *z_parent; /* parent fs */
objset_t *z_os; /* objset reference */
zfs_mntopts_t *z_mntopts; /* passed mount options */