public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] xfs:Make the function,xfs_alloc_lookup_eq static
@ 2015-05-05 20:16 Nicholas Krause
  2015-05-05 20:16 ` [PATCH 02/12] xfs:Make the function,xfs_alloc_update static Nicholas Krause
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Nicholas Krause @ 2015-05-05 20:16 UTC (permalink / raw)
  To: david; +Cc: jack, bfoster, sandeen, linux-kernel, xfs, hch

This makes the function,xfs_alloc_lookup_eq static as there are no
calls to this function outside the definition file for this function,
xfs_alloc.c.

Signed-off-by: Nicholas Krause <xerofoify@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 516162b..48de3f0 100644
--- a/fs/xfs/libxfs/xfs_alloc.c
+++ b/fs/xfs/libxfs/xfs_alloc.c
@@ -52,7 +52,7 @@ STATIC int xfs_alloc_ag_vextent_small(xfs_alloc_arg_t *,
 /*
  * Lookup the record equal to [bno, len] in the btree given by cur.
  */
-STATIC int				/* error */
+static int				/* error */
 xfs_alloc_lookup_eq(
 	struct xfs_btree_cur	*cur,	/* btree cursor */
 	xfs_agblock_t		bno,	/* starting block of extent */
-- 
2.1.4

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-05-05 22:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 20:16 [PATCH 01/12] xfs:Make the function,xfs_alloc_lookup_eq static Nicholas Krause
2015-05-05 20:16 ` [PATCH 02/12] xfs:Make the function,xfs_alloc_update static Nicholas Krause
2015-05-05 20:16 ` [PATCH 03/12] xfs:Make the function,xfs_alloc_compute_aligned static Nicholas Krause
2015-05-05 20:16 ` [PATCH 04/12] xfs:Make the function,xfs_alloc_fix_len static Nicholas Krause
2015-05-05 20:16 ` [PATCH 05/12] xfs:Make the function, xfs_alloc_fix_minleft static Nicholas Krause
2015-05-05 20:16 ` [PATCH 06/12] xfs:Make the function,xfs_alloc_fixup_trees static Nicholas Krause
2015-05-05 20:16 ` [PATCH 07/12] xfs:Make the function,xfs_alloc_read_agfl static Nicholas Krause
2015-05-05 20:16 ` [PATCH 08/12] xfs:Make the function,xfs_alloc_update_counters static Nicholas Krause
2015-05-05 20:16 ` [PATCH 09/12] xfs:Make the function,xfs_alloc_ag_vextent static Nicholas Krause
2015-05-05 20:16 ` [PATCH 10/12] xfs:Make the function, xfs_alloc_find_best_extent static Nicholas Krause
2015-05-05 20:16 ` [PATCH 11/12] xfs:Make the function,xfs_free_ag_extent static Nicholas Krause
2015-05-05 20:16 ` [PATCH 12/12] xfs:Make the function,xfs_alloc_fix_freelist static Nicholas Krause
2015-05-05 20:18 ` [PATCH 01/12] xfs:Make the function,xfs_alloc_lookup_eq static Christoph Hellwig
2015-05-05 20:30   ` nick
2015-05-05 22:12 ` Dave Chinner
2015-05-05 22:16   ` nick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox