vfs: runtime verify the seq_file operations

the seq_file ops structure cannot be checked for constness since it gets
kmalloc()'d in various cases; so we need to just check the content of it quickly
instead.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
3 files changed