From a7ffb6a53391c2690263675f13c79a273301d2b3 Mon Sep 17 00:00:00 2001 From: Mikulas Patocka Date: Thu, 10 Jul 2014 12:23:07 -0400 Subject: [PATCH] dm table: make dm_table_supports_discards static The function dm_table_supports_discards is only called from dm-table.c:dm_table_set_restrictions(). So move it above dm_table_set_restrictions and make it static. Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- Reading git-format-patch failed