summaryrefslogtreecommitdiff
path: root/include/keys
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2009-02-18 14:48:16 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-16 17:52:43 -0700
commita67036940686aa5df75e3c83fb81e53e60821c51 (patch)
tree98730e0b801a54e0783484c06d59eea22ba33523 /include/keys
parent62c57441c10cc2b19443e8bbcd1728ae6ea3b83c (diff)
downloadlwn-a67036940686aa5df75e3c83fb81e53e60821c51.tar.gz
lwn-a67036940686aa5df75e3c83fb81e53e60821c51.zip
seq_file: properly cope with pread
commit 8f19d472935c83d823fa4cf02bcc0a7b9952db30 upstream. Currently seq_read assumes that the offset passed to it is always the offset it passed to user space. In the case pread this assumption is broken and we do the wrong thing when presented with pread. To solve this I introduce an offset cache inside of struct seq_file so we know where our logical file position is. Then in seq_read if we try to read from another offset we reset our data structures and attempt to go to the offset user space wanted. [akpm@linux-foundation.org: restore FMODE_PWRITE] [pjt@google.com: seq_open needs its fmode opened up to take advantage of this] Signed-off-by: Eric Biederman <ebiederm@xmission.com> Cc: Alexey Dobriyan <adobriyan@gmail.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Paul Turner <pjt@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/keys')
0 files changed, 0 insertions, 0 deletions