From: Darrick J. Wong Date: Thu, 26 Jan 2017 02:02:43 +0000 (-0600) Subject: tools/find-api-violations: fix fs -> fsr in the directory list X-Git-Tag: v4.10.0-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9069fc440c18b6e68edcad5123009544f1b5c2;p=thirdparty%2Fxfsprogs-dev.git tools/find-api-violations: fix fs -> fsr in the directory list Fix a stupid typo in the original commit. Signed-off-by: Darrick J. Wong Reviewed-by: Chandan Rajendra Signed-off-by: Eric Sandeen --- diff --git a/tools/find-api-violations.sh b/tools/find-api-violations.sh index 7937749e8..c2be4c564 100755 --- a/tools/find-api-violations.sh +++ b/tools/find-api-violations.sh @@ -6,7 +6,7 @@ # NOTE: This script doesn't look for API violations in function parameters. -tool_dirs="copy db estimate fs fsck fsr growfs io mdrestore mkfs quota repair rtcp" +tool_dirs="copy db estimate fsck fsr growfs io logprint mdrestore mkfs quota repair rtcp" # Calls to xfs_* functions in libxfs/*.c without the libxfs_ prefix find_possible_api_calls() {