summaryrefslogtreecommitdiff
path: root/timer.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-14 21:21:01 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-14 21:22:31 +0200
commit98ed56c545ab58aa747c408ffa7d5a2ff9678618 (patch)
treed44e31d81d77c8834a9204a2147af6955dbfd2a7 /timer.h
parent6224303b287dff9af046900841e43517479c37d0 (diff)
man: trafgen: fix remaining `` occurences
That's the last man page where `` occurs, so fix this up by making it consistentlt '' as the rest of all man pages. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'timer.h')
0 files changed, 0 insertions, 0 deletions
/a>)
ext4: allow readdir()'s of large empty directories to be interrupted
If a directory has a large number of empty blocks, iterating over all of them can take a long time, leading to scheduler warnings and users getting irritated when they can't kill a process in the middle of one of these long-running readdir operations. Fix this by adding checks to ext4_readdir() and ext4_htree_fill_tree(). This was reverted earlier due to a typo in the original commit where I experimented with using signal_pending() instead of fatal_signal_pending(). The test was in the wrong place if we were going to return signal_pending() since we would end up returning duplicant entries. See 9f2394c9be47 for a more detailed explanation. Added fix as suggested by Linus to check for signal_pending() in in the filldir() functions. Reported-by: Benjamin LaHaise <bcrl@kvack.org> Google-Bug-Id: 27880676 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/hwmon/tmp401')