]> git.hungrycats.org Git - linux/commitdiff
zygo: printf uses %llu for type u64
authorZygo Blaxell <zblaxell@serenity.furryterror.org>
Sun, 19 Apr 2015 16:10:40 +0000 (12:10 -0400)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Tue, 21 Apr 2015 14:37:16 +0000 (10:37 -0400)
(cherry picked from commit bfdec521bc2b0f75c2fd4678936ec923ec60f17a)

zygo: printk needs \n
(cherry picked from commit efdf5d8e19e6fa3a8fe0cf032ff8ef6beb6075f2)

zygo: OK we do not need all the E2BIG reports
(cherry picked from commit 686e2e428fee51b9515ca6a1323431031c6fad1a)

fs/btrfs/inode.c

index 4332fc812fa3e6fdb0cce999e13143dd8b2a47e9..6792cf33a71fa39860e392c95bf1de00e8389856 100644 (file)
@@ -515,8 +515,6 @@ again:
                                kunmap_atomic(kaddr);
                        }
                        will_compress = 1;
-               } else {
-                       printk(KERN_DEBUG "%s: btrfs_compress_pages failed, ret = %d, start = %lu, end = %lu", __FUNCTION__, ret, start, end);
                }
        }
 cont: