seq_file: properly cope with pread
[pandora-kernel.git] / include / linux / seq_file.h
index a1783b2..19d6ca9 100644 (file)
@@ -19,6 +19,7 @@ struct seq_file {
        size_t from;
        size_t count;
        loff_t index;
+       loff_t read_pos;
        u64 version;
        struct mutex lock;
        const struct seq_operations *op;