]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: make several functions static
authorEric Sandeen <sandeen@sandeen.net>
Wed, 10 Aug 2016 01:29:35 +0000 (11:29 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 01:29:35 +0000 (11:29 +1000)
commit2d066e167d3404b19c4402a4cad7ef009b10d9fa
tree13514bce263e78e8de3818321c61cb47fb93816a
parent0b90dda63a274aba2d5bf273c7d300038ca13788
xfs: make several functions static

Source kernel commit: 0d5a75e9e23ee39cd0d8a167393dcedb4f0f47b2

Al Viro noticed that xfs_lock_inodes should be static, and
that led to ... a few more.

These are just the easy ones, others require moving functions
higher in source files, so that's not done here to keep
this review simple.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_alloc.c
libxfs/xfs_alloc.h
libxfs/xfs_attr_leaf.h
libxfs/xfs_rtbitmap.c