[PATCH 08/12] xfs:Make the function,xfs_alloc_update_counters static
Nicholas Krause
xerofoify at gmail.com
Tue May 5 15:16:35 CDT 2015
This makes the function,xfs_alloc_update_counters static now
due to no external callers to this function for other files.
Signed-off-by: Nicholas Krause <xerofoify at gmail.com>
---
fs/xfs/libxfs/xfs_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/xfs/libxfs/xfs_alloc.c b/fs/xfs/libxfs/xfs_alloc.c
index 53ed3f3..2f94b53 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -548,7 +548,7 @@ xfs_alloc_read_agfl(
return 0;
}
-STATIC int
+static int
xfs_alloc_update_counters(
struct xfs_trans *tp,
struct xfs_perag *pag,
--
2.1.4
More information about the xfs
mailing list