Miguel Sousa Filipe
2008-Apr-05 18:48 UTC
[Btrfs-devel] [PATCH] 3 btrfs-progs minor patches
Hi there, I have a few patches for some minor things: - in btrfsctl.c , when no commands are given, call print_usage(). - some cast error fixes (since we're compiling with -Werror) in some printfs. - in Makefile, use $(CC) to link, since its probably better to link the files with the same compiler that produced that .o files. Kind regards, -- Miguel Sousa Filipe -------------- next part -------------- A non-text attachment was scrubbed... Name: btrfsctl_print_usage.patch Type: text/x-patch Size: 577 bytes Desc: not available Url : http://oss.oracle.com/pipermail/btrfs-devel/attachments/20080405/767a75db/attachment.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: cast_errors.patch Type: text/x-patch Size: 1178 bytes Desc: not available Url : http://oss.oracle.com/pipermail/btrfs-devel/attachments/20080405/767a75db/attachment-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: use_CC_to_link.patch Type: text/x-patch Size: 1774 bytes Desc: not available Url : http://oss.oracle.com/pipermail/btrfs-devel/attachments/20080405/767a75db/attachment-0002.bin