Wang Shilong
2013-Sep-01 06:15 UTC
Re: Btrfs-progs: setup framework to corrupt specific fields of an inode
Hello, Using checkpatch.pl, i get the following warnings(errors): WARNING: %Ld/%Lu are not-standard C, use %lld/%llu #93: FILE: btrfs-corrupt-block.c:317: + fprintf(stderr, "Couldn''t find inode %Lu\n", inode); WARNING: %Ld/%Lu are not-standard C, use %lld/%llu #103: FILE: btrfs-corrupt-block.c:327: + fprintf(stderr, "Couldn''t find inode %Lu\n", inode); total: 0 errors, 2 warnings, 169 lines checked patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Thanks, Wang -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html