[PATCH 06/12] xfs:Make the function,xfs_alloc_fixup_trees static
Nicholas Krause
xerofoify at gmail.com
Tue May 5 15:16:33 CDT 2015
This makes the function,xfs_alloc_fixup_trees static now due to
it having no external callers outside of 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 fdf2877..4492311 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -301,7 +301,7 @@ xfs_alloc_fix_minleft(
* Flags are passed in indicating whether the cursors are set to the
* relevant records.
*/
-STATIC int /* error code */
+static int /* error code */
xfs_alloc_fixup_trees(
xfs_btree_cur_t *cnt_cur, /* cursor for by-size btree */
xfs_btree_cur_t *bno_cur, /* cursor for by-block btree */
--
2.1.4
More information about the xfs
mailing list