@@ -2588,7 +2588,9 @@ static noinline int __btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
25882588 if (must_insert_reserved )
25892589 locked_ref -> must_insert_reserved = 1 ;
25902590 locked_ref -> processing = 0 ;
2591- btrfs_debug (fs_info , "run_delayed_extent_op returned %d" , ret );
2591+ btrfs_debug (fs_info ,
2592+ "run_delayed_extent_op returned %d" ,
2593+ ret );
25922594 btrfs_delayed_ref_unlock (locked_ref );
25932595 return ret ;
25942596 }
@@ -2648,7 +2650,8 @@ static noinline int __btrfs_run_delayed_refs(struct btrfs_trans_handle *trans,
26482650 locked_ref -> processing = 0 ;
26492651 btrfs_delayed_ref_unlock (locked_ref );
26502652 btrfs_put_delayed_ref (ref );
2651- btrfs_debug (fs_info , "run_one_delayed_ref returned %d" , ret );
2653+ btrfs_debug (fs_info , "run_one_delayed_ref returned %d" ,
2654+ ret );
26522655 return ret ;
26532656 }
26542657
@@ -6930,8 +6933,9 @@ static int __btrfs_free_extent(struct btrfs_trans_handle *trans,
69306933 }
69316934
69326935 if (ret ) {
6933- btrfs_err (info , "umm, got %d back from search, was looking for %llu" ,
6934- ret , bytenr );
6936+ btrfs_err (info ,
6937+ "umm, got %d back from search, was looking for %llu" ,
6938+ ret , bytenr );
69356939 if (ret > 0 )
69366940 btrfs_print_leaf (extent_root ,
69376941 path -> nodes [0 ]);
@@ -6977,7 +6981,8 @@ static int __btrfs_free_extent(struct btrfs_trans_handle *trans,
69776981 ret = btrfs_search_slot (trans , extent_root , & key , path ,
69786982 -1 , 1 );
69796983 if (ret ) {
6980- btrfs_err (info , "umm, got %d back from search, was looking for %llu" ,
6984+ btrfs_err (info ,
6985+ "umm, got %d back from search, was looking for %llu" ,
69816986 ret , bytenr );
69826987 btrfs_print_leaf (extent_root , path -> nodes [0 ]);
69836988 }
@@ -7004,8 +7009,9 @@ static int __btrfs_free_extent(struct btrfs_trans_handle *trans,
70047009
70057010 refs = btrfs_extent_refs (leaf , ei );
70067011 if (refs < refs_to_drop ) {
7007- btrfs_err (info , "trying to drop %d refs but we only have %Lu "
7008- "for bytenr %Lu" , refs_to_drop , refs , bytenr );
7012+ btrfs_err (info ,
7013+ "trying to drop %d refs but we only have %Lu for bytenr %Lu" ,
7014+ refs_to_drop , refs , bytenr );
70097015 ret = - EINVAL ;
70107016 btrfs_abort_transaction (trans , ret );
70117017 goto out ;
@@ -7913,8 +7919,7 @@ static void dump_space_info(struct btrfs_space_info *info, u64 bytes,
79137919 info -> total_bytes - info -> bytes_used - info -> bytes_pinned -
79147920 info -> bytes_reserved - info -> bytes_readonly -
79157921 info -> bytes_may_use , (info -> full ) ? "" : "not " );
7916- printk (KERN_INFO "BTRFS: space_info total=%llu, used=%llu, pinned=%llu, "
7917- "reserved=%llu, may_use=%llu, readonly=%llu\n" ,
7922+ printk (KERN_INFO "BTRFS: space_info total=%llu, used=%llu, pinned=%llu, reserved=%llu, may_use=%llu, readonly=%llu\n" ,
79187923 info -> total_bytes , info -> bytes_used , info -> bytes_pinned ,
79197924 info -> bytes_reserved , info -> bytes_may_use ,
79207925 info -> bytes_readonly );
@@ -7927,9 +7932,7 @@ static void dump_space_info(struct btrfs_space_info *info, u64 bytes,
79277932again :
79287933 list_for_each_entry (cache , & info -> block_groups [index ], list ) {
79297934 spin_lock (& cache -> lock );
7930- printk (KERN_INFO "BTRFS: "
7931- "block group %llu has %llu bytes, "
7932- "%llu used %llu pinned %llu reserved %s\n" ,
7935+ printk (KERN_INFO "BTRFS: block group %llu has %llu bytes, %llu used %llu pinned %llu reserved %s\n" ,
79337936 cache -> key .objectid , cache -> key .offset ,
79347937 btrfs_block_group_used (& cache -> item ), cache -> pinned ,
79357938 cache -> reserved , cache -> ro ? "[readonly]" : "" );
@@ -7971,8 +7974,9 @@ int btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes,
79717974 struct btrfs_space_info * sinfo ;
79727975
79737976 sinfo = __find_space_info (root -> fs_info , flags );
7974- btrfs_err (root -> fs_info , "allocation failed flags %llu, wanted %llu" ,
7975- flags , num_bytes );
7977+ btrfs_err (root -> fs_info ,
7978+ "allocation failed flags %llu, wanted %llu" ,
7979+ flags , num_bytes );
79767980 if (sinfo )
79777981 dump_space_info (sinfo , num_bytes , 1 );
79787982 }
@@ -8966,10 +8970,8 @@ static noinline int do_walk_down(struct btrfs_trans_handle *trans,
89668970 generation , level - 1 );
89678971 if (ret ) {
89688972 btrfs_err_rl (root -> fs_info ,
8969- "Error "
8970- "%d accounting shared subtree. Quota "
8971- "is out of sync, rescan required." ,
8972- ret );
8973+ "Error %d accounting shared subtree. Quota is out of sync, rescan required." ,
8974+ ret );
89738975 }
89748976 }
89758977 ret = btrfs_free_extent (trans , root , bytenr , blocksize , parent ,
@@ -9059,10 +9061,8 @@ static noinline int walk_up_proc(struct btrfs_trans_handle *trans,
90599061 ret = account_leaf_items (trans , root , eb );
90609062 if (ret ) {
90619063 btrfs_err_rl (root -> fs_info ,
9062- "error "
9063- "%d accounting leaf items. Quota "
9064- "is out of sync, rescan required." ,
9065- ret );
9064+ "error %d accounting leaf items. Quota is out of sync, rescan required." ,
9065+ ret );
90669066 }
90679067 }
90689068 /* make block locked assertion in clean_tree_block happy */
0 commit comments