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:
parent
b1bca45860
commit
a6c77da5ff
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user