oom: oom_kill_process() needs to check that p is unkillable
[sfrench/cifs-2.6.git] / lib / bitmap.c
index d7137e7e06e8b082c29fd1a186d07afbb8f32b16..ffb78c916ccdf85ffb0d8ec7d0f3f1e4f41ab3ef 100644 (file)
@@ -672,7 +672,7 @@ static int bitmap_pos_to_ord(const unsigned long *buf, int pos, int bits)
  *
  * The bit positions 0 through @bits are valid positions in @buf.
  */
-int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits)
+static int bitmap_ord_to_pos(const unsigned long *buf, int ord, int bits)
 {
        int pos = 0;