diff options
author | Frederic Weisbecker <[email protected]> | 2009-10-14 23:08:43 +0200 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2009-10-14 23:27:57 +0200 |
commit | ac78a07893d24d95ff5f39d0433c25210f224f07 (patch) | |
tree | ac48d2a828ef6daa62d5f5373cc14ba658b2a945 /tools/perf/scripts/python | |
parent | 48f6ba5e691948caba2e7bc362153fb28e4f1e09 (diff) |
kill-the-bkl/reiserfs: always lock the ioctl path
Reiserfs uses the ioctl callback for its file operations, which means
that its ioctl path is still locked by the bkl, this was synchronizing
with the rest of the filsystem operations. We have changed that by
locking it with the new reiserfs lock but we do that only from the
compat_ioctl callback.
Fix that by locking reiserfs_ioctl() everytime.
Signed-off-by: Frederic Weisbecker <[email protected]>
Cc: Jeff Mahoney <[email protected]>
Cc: Chris Mason <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Alexander Beregalov <[email protected]>
Cc: Laurent Riffard <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions