Whamcloud - gitweb
LU-6587 obdclass: use OBD_FREE_LARGE with OBD_ALLOC_LARGE
[fs/lustre-release.git] / contrib / scripts / checkpatch.pl
index ecb711b..dc85c7c 100755 (executable)
@@ -471,7 +471,6 @@ my %dep_functions = (
        'strcpy',                       'strncpy',
        'strcat',                       'strncat',
        'tempnam',                      'mkstemp',
-       'OBD_FREE_LARGE',               'OBD_FREE',
        'f_dentry',                     'f_path.dentry',
 );