[PATCH] btrfs-progs: fix incorrect column order

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Alexander Fougner <fougner89@xxxxxxxxx>
---
 cmds-fi-du.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmds-fi-du.c b/cmds-fi-du.c
index 6f3ef3d..2ffd917 100644
--- a/cmds-fi-du.c
+++ b/cmds-fi-du.c
@@ -505,8 +505,8 @@ static int du_add_file(const char *filename, int dirfd,
 		} else {
 			printf("%10s  %10s  %10s  %s\n",
 			       pretty_size_mode(file_total, unit_mode),
-			       "-",
-			       pretty_size_mode(excl, unit_mode), path);
+			       pretty_size_mode(excl, unit_mode),
+			       "-", path);
 		}
 	}
 
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux