]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: make ext4_shutdown() static
authorEric Biggers <ebiggers@google.com>
Sun, 30 Apr 2017 04:40:44 +0000 (00:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 30 Apr 2017 04:40:44 +0000 (00:40 -0400)
commit5474ce5cce55900421a94bab1b2ca5d3f8bff4a1
treed67978ecb3ad12395a127d7f3d8af9de48cc3b00
parenta31355e970aa3b1b41eb3e0e7656732145ff60c5
ext4: make ext4_shutdown() static

Make the ext4_shutdown() function static, as suggested by running sparse
('make C=2 fs/ext4/').  This was the only such warning in fs/ext4/.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ioctl.c