git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b87de
)
ocfs2: Fix use after free on remount read-only
author
Jan Kara
<jack@suse.cz>
Thu, 13 May 2010 20:14:53 +0000
(22:14 +0200)
committer
Jan Kara
<jack@suse.cz>
Mon, 24 May 2010 12:06:39 +0000
(14:06 +0200)
We also have to cancel quota syncing thread on remount read only because
at that moment quota is being turned off. Otherwise quota syncing thread
will try to access already freed quota structures.
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found