projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68ed77
)
xfs: xfs_qm_dquot_isolate needs locking annotations for sparse
author
Dave Chinner
<dchinner@redhat.com>
Mon, 29 Sep 2014 00:43:40 +0000
(10:43 +1000)
committer
Dave Chinner
<david@fromorbit.com>
Mon, 29 Sep 2014 00:43:40 +0000
(10:43 +1000)
To remove noise from the build.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_qm.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_qm.c
b/fs/xfs/xfs_qm.c
index 10232102b4a6ffac8a8a92f627ba0cb0caea64ab..d68f23021af3587cbaed9a3ad90d71343bceee7e 100644
(file)
--- a/
fs/xfs/xfs_qm.c
+++ b/
fs/xfs/xfs_qm.c
@@
-434,6
+434,7
@@
xfs_qm_dquot_isolate(
struct list_head *item,
spinlock_t *lru_lock,
void *arg)
+ __releases(lru_lock) __acquires(lru_lock)
{
struct xfs_dquot *dqp = container_of(item,
struct xfs_dquot, q_lru);