Re: [PATCH] fs: replace int param with size_t for seq_open_private()

From: Alexey Dobriyan
Date: Mon Sep 01 2014 - 09:43:42 EST


> void *__seq_open_private(struct file *f, const struct seq_operations *ops,
> - int psize)
> + size_t psize)

It should be "unsigned int" at most.
As almost all in-kernel lengths.

Alexey
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/