debian/dax-avoid-abi-change-in-4.17.6.patch: Fix typo

This commit is contained in:
Ben Hutchings 2018-07-12 02:04:25 +01:00
parent 8b5c36b9d4
commit 4cb0ba1732
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ i.e. newly built modules must use the new API.
+
+int __bdev_dax_supported(struct super_block *sb, int blocksize)
+{
+ return __bdev_dax_supported_bdev(sb->s_bdev, blocksize)
+ return __bdev_dax_supported_new(sb->s_bdev, blocksize)
+ ? 0 : -EOPNOTSUPP;
+}
EXPORT_SYMBOL_GPL(__bdev_dax_supported);