staging/lustre/llite: mark ll_io_init() static

It's not used anywhere out of this file.
Highlighted by sparse.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Oleg Drokin 2016-12-07 17:41:29 -05:00 committed by Greg Kroah-Hartman
parent b1bca45860
commit a6c77da5ff

View File

@ -1016,7 +1016,7 @@ static bool file_is_noatime(const struct file *file)
return false;
}
void ll_io_init(struct cl_io *io, const struct file *file, int write)
static void ll_io_init(struct cl_io *io, const struct file *file, int write)
{
struct inode *inode = file_inode(file);