xfs: un-static xfs_inobt_lookup
authorChristoph Hellwig <hch@infradead.org>
Tue, 1 Sep 2009 23:56:55 +0000 (19:56 -0400)
committerFelix Blyakher <felixb@sgi.com>
Wed, 2 Sep 2009 01:43:01 +0000 (20:43 -0500)
commit81e251766e8f8c9d7abb5db784e58c5c45f82797
tree10346e889fd15183c4253f392cf5d2ffa6cdf85f
parentf4378b6eaf63492c0f9a397d52813e0ae6b49e7b
xfs: un-static xfs_inobt_lookup

xfs_inobt_lookup is also used in xfs_itable.c, remove the STATIC modifier
from it's declaration to fix non-debug builds.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
fs/xfs/xfs_ialloc.c