]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit1a20a63084be8fc5b0c1191231dfd311f7fc2afa
treed67978ecb3ad12395a127d7f3d8af9de48cc3b00
parent0c9ec4beecac94cb450c8abb2ac8b7e8a79240ea
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