From ae9069fc440c18b6e68edcad5123009544f1b5c2 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 25 Jan 2017 20:02:43 -0600 Subject: [PATCH] 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 --- tools/find-api-violations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.2