projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8758280
)
[XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from
author
Nathan Scott
<nathans@sgi.com>
Tue, 14 Mar 2006 02:19:08 +0000
(13:19 +1100)
committer
Nathan Scott
<nathans@sgi.com>
Tue, 14 Mar 2006 02:19:08 +0000
(13:19 +1100)
quota code.
SGI-PV: 949149
SGI-Modid: xfs-linux-melb:xfs-kern:25123a
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/quota/xfs_qm.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/quota/xfs_qm.c
b/fs/xfs/quota/xfs_qm.c
index 7c0e39dc618983a356c551a71a6c44fd39eaf23f..fd4abb8a32c5d7db2e42a64024adc220082fe904 100644
(file)
--- a/
fs/xfs/quota/xfs_qm.c
+++ b/
fs/xfs/quota/xfs_qm.c
@@
-2788,9
+2788,7
@@
xfs_qm_freelist_destroy(xfs_frlist_t *ql)
xfs_qm_dqdestroy(dqp);
dqp = nextdqp;
}
- /*
- * Don't bother about unlocking.
- */
+ mutex_unlock(&ql->qh_lock);
mutex_destroy(&ql->qh_lock);
ASSERT(ql->qh_nelems == 0);