X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=contrib%2Fscripts%2Fcheckpatch.pl;h=893fa892474260c0bf946254e014ff9f7b9c0a06;hp=4a67b9f8afac76e8f888d8f63a7c05b23cedc849;hb=69940d2b3a445284e7e10ea04e8cb72ee37a8724;hpb=997b8df1b7ead3ec1df4b36fb82f14fe6464185f diff --git a/contrib/scripts/checkpatch.pl b/contrib/scripts/checkpatch.pl index 4a67b9f..893fa89 100755 --- a/contrib/scripts/checkpatch.pl +++ b/contrib/scripts/checkpatch.pl @@ -500,6 +500,9 @@ my %dep_functions = ( 'f_dentry', 'f_path.dentry', '= seq_printf', 'seq_printf', 'return seq_printf', 'seq_printf', + + 'DN_MAX_BONUSLEN', 'DN_BONUS_SIZE(dnodesize)', + 'DN_OLD_MAX_BONUSLEN', 'DN_BONUS_SIZE(DNODE_MIN_SIZE)', ); my @rawlines = ();