]> git.baikalelectronics.ru Git - kernel.git/commit
fs/buffer.c: make __getblk_slow() static
authorEric Biggers <ebiggers@google.com>
Mon, 12 Sep 2016 20:30:41 +0000 (13:30 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 27 Sep 2016 22:47:38 +0000 (18:47 -0400)
commiteeba0c46957f4e0827ab89ef5f3b958f3d32a7f1
tree6ac0fc1b326c4ade7fa1475967558d03e05ee08b
parentb1defbdd058a147e52c92c464b30e27c0be5f6c5
fs/buffer.c: make __getblk_slow() static

__getblk_slow() was exported to modules in commit 1d2e3e8c80db
("fs/buffer.c: support buffer cache allocations with gfp modifiers").
This seems to have been a mistake, as no users were introduced nor was
the function declared in a header.  Change it back to 'static'.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/buffer.c