From fa25b35dcc39854a9f7399af86e56a34171f63a4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 9 Aug 2013 15:20:47 -0500 Subject: btrfs-progs: mark static & remove unused from non-kernel code Mark many functions as static, and remove any resulting dead code. Signed-off-by: Eric Sandeen Signed-off-by: David Sterba Signed-off-by: Chris Mason --- ioctl-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ioctl-test.c') diff --git a/ioctl-test.c b/ioctl-test.c index 1c27d616..54fc0135 100644 --- a/ioctl-test.c +++ b/ioctl-test.c @@ -3,7 +3,7 @@ #include "kerncompat.h" #include "ioctl.h" -unsigned long ioctls[] = { +static unsigned long ioctls[] = { BTRFS_IOC_SNAP_CREATE, BTRFS_IOC_DEFRAG, BTRFS_IOC_RESIZE, -- cgit v1.2.3