diff options
author | NeilBrown <[email protected]> | 2015-03-16 10:44:52 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-03-16 21:51:20 +0100 |
commit | 7cff4b1836a9d3f18aadd6e88fd43055e2ff4132 (patch) | |
tree | 70647b3ffbae2a9534d7baae276d9e48da58605b /lib/dynamic_debug.c | |
parent | 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda (diff) |
kernfs: handle poll correctly on 'direct_read' files.
Kernfs supports two styles of read: direct_read and seqfile_read.
The latter supports 'poll' correctly thanks to the update of
'->event' in kernfs_seq_show.
The former does not as '->event' is never updated on a read.
So add an appropriate update in kernfs_file_direct_read().
This was noticed because some 'md' sysfs attributes were
recently changed to use direct reads.
Reported-by: Prakash Punnoor <[email protected]>
Reported-by: Torsten Kaiser <[email protected]>
Fixes: 750f199ee8b578062341e6ddfe36c59ac8ff2dcb
Signed-off-by: NeilBrown <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions