Linux 2.6.31 compat, include linux/seq_file.h

Explicitly include the linux/seq_file.h header in vfs.h.  This header
is required for the sequence handlers and is included indirectly in
newer kernels.
This commit is contained in:
Brian Behlendorf 2011-03-07 13:52:00 -08:00
parent 912fd84d13
commit 6788762766

View File

@ -31,6 +31,7 @@
#include <linux/statfs.h>
#include <linux/xattr.h>
#include <linux/security.h>
#include <linux/seq_file.h>
#define MAXFIDSZ 64