| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfs: un-static xfs_inobt_lookup |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Tue, 1 Sep 2009 19:56:55 -0400 |
| User-agent: | Mutt/1.5.19 (2009-01-05) |
xfs_inobt_lookup is also used in xfs_itable.c, remove the STATIC modifier
from it's declaration to fix non-debug builds.
This was already fixed in my git tree vs the version last posted to the
list.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfs/fs/xfs/xfs_ialloc.c
===================================================================
--- xfs.orig/fs/xfs/xfs_ialloc.c 2009-09-01 20:47:28.515468366 -0300
+++ xfs/fs/xfs/xfs_ialloc.c 2009-09-01 20:47:33.867913011 -0300
@@ -59,7 +59,7 @@ xfs_ialloc_cluster_alignment(
/*
* Lookup a record by ino in the btree given by cur.
*/
-STATIC int /* error */
+int /* error */
xfs_inobt_lookup(
struct xfs_btree_cur *cur, /* btree cursor */
xfs_agino_t ino, /* starting inode of chunk */
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: zero size file after power failure with kernel 2.6.30.5, Michael Monnerie |
|---|---|
| Next by Date: | free space of root partition decreases unaccountably by some 1024 blocks on every umount+linux shutdown : additional informations, Roland Eggner |
| Previous by Thread: | [GIT PULL] XFS update for 2.6.31, Felix Blyakher |
| Next by Thread: | Re: [PATCH] xfs: un-static xfs_inobt_lookup, Felix Blyakher |
| Indexes: | [Date] [Thread] [Top] [All Lists] |