]> granicus.if.org Git - zfs/commitdiff
Linux 2.6.31 compat, include linux/seq_file.h
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 7 Mar 2011 21:52:00 +0000 (13:52 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 7 Mar 2011 21:52:00 +0000 (13:52 -0800)
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.

include/sys/vfs.h

index cc6c3b693f5e894610acc1e6f043fd2e94f83b7d..9399afbefaf9963ed96ee4de981c0761fcf29432 100644 (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