aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_dmap.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-23 07:40:53 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-23 07:40:53 -0700
commitbfab08c097df5f6a60dd07f0f8c78c54e725780b (patch)
treea93536a2bbcb2331e47d72dd182bb4c4d27b6d8b /fs/jfs/jfs_dmap.c
parenteb0e0076878a4f9e8e6e7e524ded0d6f7d4a6130 (diff)
parent438282d85de2c8f8c5183fdf55140e51a0b18670 (diff)
downloadlinux-bfab08c097df5f6a60dd07f0f8c78c54e725780b.tar.gz
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6
Diffstat (limited to 'fs/jfs/jfs_dmap.c')
-rw-r--r--fs/jfs/jfs_dmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
index c739626f5bf118..eadf319bee22a6 100644
--- a/fs/jfs/jfs_dmap.c
+++ b/fs/jfs/jfs_dmap.c
@@ -3055,7 +3055,7 @@ static int cntlz(u32 value)
* RETURN VALUES:
* log2 number of blocks
*/
-int blkstol2(s64 nb)
+static int blkstol2(s64 nb)
{
int l2nb;
s64 mask; /* meant to be signed */