diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2012-07-11 16:27:13 +0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2012-07-20 12:49:25 +0400 |
commit | 537632e0a54a5355cdd0330911d18c3b773f9cf7 (patch) | |
tree | 7b4440d84c4dffa50c81a0c8bbb86f8da93748ca /fs/logfs/dir.c | |
parent | 62b62ad873f2accad9222a4d7ffbe1e93f6714c1 (diff) | |
download | linux-537632e0a54a5355cdd0330911d18c3b773f9cf7.tar.xz |
ore: Unlock r4w pages in exact reverse order of locking
The read-4-write pages are locked in address ascending order.
But where unlocked in a way easiest for coding. Fix that,
locks should be released in opposite order of locking, .i.e
descending address order.
I have not hit this dead-lock. It was found by inspecting the
dbug print-outs. I suspect there is an higher lock at caller that
protects us, but fix it regardless.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/logfs/dir.c')
0 files changed, 0 insertions, 0 deletions