Displaying 1 result from an estimated 1 matches for "8ad26b1".
Did you mean:
87d2e6b1
2011 Nov 30
1
[PATCH] Canonicalise BTRFS: and Btrfs: to btrfs:
...couldn''t mount RDWR because of "
+ printk(KERN_ERR "btrfs: couldn''t mount RDWR because of "
"unsupported option features (%Lx).\n",
(unsigned long long)features);
err = -EINVAL;
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 8ad26b1..399da74 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -5057,7 +5057,7 @@ not_found_em:
insert:
btrfs_release_path(path);
if (em->start > start || extent_map_end(em) <= start) {
- printk(KERN_ERR "Btrfs: bad extent! em: [%llu %llu] passed "
+ printk(KERN_ERR &quo...