[PATCH 07/12] xfs:Make the function,xfs_alloc_read_agfl static
Nicholas Krause
xerofoify at gmail.com
Tue May 5 15:16:34 CDT 2015
This makes the function,xfs_alloc_read_agfl static now due to
having no external callers outside the file,xfs_alloc.c.
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 4492311..53ed3f3 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -526,7 +526,7 @@ const struct xfs_buf_ops xfs_agfl_buf_ops = {
/*
* Read in the allocation group free block array.
*/
-STATIC int /* error */
+static int /* error */
xfs_alloc_read_agfl(
xfs_mount_t *mp, /* mount point structure */
xfs_trans_t *tp, /* transaction pointer */
--
2.1.4
More information about the xfs
mailing list