Whamcloud - gitweb
LU-6587 mem: refactor OBD_ALLOC_LARGE marco
[fs/lustre-release.git] / contrib / scripts / checkpatch.pl
index a68675b..f7695a5 100755 (executable)
@@ -459,6 +459,7 @@ my %dep_functions = (
        'strcpy',                       'strncpy',
        'strcat',                       'strncat',
        'tempnam',                      'mkstemp',
+       'OBD_FREE_LARGE',               'OBD_FREE',
 );
 
 my @rawlines = ();