Pull 1024-cpu into release branch
[cascardo/linux.git] / fs / jfs / jfs_dmap.c
index c739626..eadf319 100644 (file)
@@ -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 */