aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMiklos Szeredi <[email protected]>2008-04-30 00:54:45 -0700
committerLinus Torvalds <[email protected]>2008-04-30 08:29:51 -0700
commit5559b8f4d1f630b8614b6c8e13b8bf6c9c45d7d7 (patch)
tree69db92193c0b27a493334ec1ecad456e75c8e257 /tools/perf/scripts/python
parentb48badf013018ef2aa4a46416454bdb18f77fb01 (diff)
fuse: fix race in llseek
Fuse doesn't use i_mutex to protect setting i_size, and so generic_file_llseek() can be racy: it doesn't use i_size_read(). So do a fuse specific llseek method, which does use i_size_read(). [[email protected]: make `retval' loff_t] Signed-off-by: Miklos Szeredi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions