Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6c77da5 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

staging/lustre/llite: mark ll_io_init() static



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

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Reviewed-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b1bca458
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);