Olof Johansson 98473f9f3f mm/filemap: fix parameters to test_bit()
mm/filemap.c: In function 'clear_bit_unlock_is_negative_byte':
  mm/filemap.c:933:9: error: too few arguments to function 'test_bit'
    return test_bit(PG_waiters);
         ^~~~~~~~

Fixes: b91e1302ad9b ('mm: optimize PageWaiters bit use for unlock_page()')
Signed-off-by: Olof Johansson <olof@lixom.net>
Brown-paper-bag-by: Linus Torvalds <dummy@duh.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-12-29 14:46:39 -08:00
..
2016-12-14 16:04:09 -08:00
2016-12-12 18:55:08 -08:00
2016-03-17 15:09:34 -07:00
2016-11-02 10:24:03 -06:00
2016-03-17 15:09:34 -07:00
2016-12-12 18:55:06 -08:00
2016-10-07 18:46:27 -07:00