diff options
author | Darren Hart <[email protected]> | 2009-03-12 00:56:13 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-03-12 11:20:57 +0100 |
commit | e4dc5b7a36a49eff97050894cf1b3a9a02523717 (patch) | |
tree | 91a0aceb21b1869385507c2631bf97fbf180697b /fs/jbd2/commit.c | |
parent | e8f6386c01a5699c115bdad10271a24076364c97 (diff) |
futex: clean up fault logic
Impact: cleanup
Older versions of the futex code held the mmap_sem which had to
be dropped in order to call get_user(), so a two-pronged fault
handling mechanism was employed to handle faults of the atomic
operations. The mmap_sem is no longer held, so get_user()
should be adequate. This patch greatly simplifies the logic and
improves legibility.
Build and boot tested on a 4 way Intel x86_64 workstation.
Passes basic pthread_mutex and PI tests out of
ltp/testcases/realtime.
Signed-off-by: Darren Hart <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Cc: Rusty Russell <[email protected]>
LKML-Reference: <20090312075612.9856.48612.stgit@Aeon>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions