+++ /dev/null
-From 4f58b38db0717747cfedde54215fd2cc6aed4af4 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 5 May 2020 11:55:03 -0500
-Subject: gfs2: don't call quota_unhold if quotas are not locked
-
-From: Bob Peterson <rpeterso@redhat.com>
-
-[ Upstream commit c9cb9e381985bbbe8acd2695bbe6bd24bf06b81c ]
-
-Before this patch, function gfs2_quota_unlock checked if quotas are
-turned off, and if so, it branched to label out, which called
-gfs2_quota_unhold. With the new system of gfs2_qa_get and put, we
-no longer want to call gfs2_quota_unhold or we won't balance our
-gets and puts.
-
-Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/gfs2/quota.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index a833e2e07167..d34a668a432f 100644
---- a/fs/gfs2/quota.c
-+++ b/fs/gfs2/quota.c
-@@ -1112,7 +1112,7 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- int found;
-
- if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags))
-- goto out;
-+ return;
-
- for (x = 0; x < ip->i_qadata->qa_qd_num; x++) {
- struct gfs2_quota_data *qd;
-@@ -1149,7 +1149,6 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- qd_unlock(qda[x]);
- }
-
--out:
- gfs2_quota_unhold(ip);
- }
-
---
-2.25.1
-
gpio-tegra-mask-gpio-irqs-during-irq-shutdown.patch
net-microchip-encx24j600-add-missed-kthread_stop.patch
gfs2-move-privileged-user-check-to-gfs2_quota_lock_c.patch
-gfs2-don-t-call-quota_unhold-if-quotas-are-not-locke.patch
cachefiles-fix-race-between-read_waiter-and-read_cop.patch
usb-gadget-legacy-fix-redundant-initialization-warni.patch
net-freescale-select-config_fixed_phy-where-needed.patch
+++ /dev/null
-From db5d96345cfac06d6e24d91b9dc8ca3a1129564e Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 5 May 2020 11:55:03 -0500
-Subject: gfs2: don't call quota_unhold if quotas are not locked
-
-From: Bob Peterson <rpeterso@redhat.com>
-
-[ Upstream commit c9cb9e381985bbbe8acd2695bbe6bd24bf06b81c ]
-
-Before this patch, function gfs2_quota_unlock checked if quotas are
-turned off, and if so, it branched to label out, which called
-gfs2_quota_unhold. With the new system of gfs2_qa_get and put, we
-no longer want to call gfs2_quota_unhold or we won't balance our
-gets and puts.
-
-Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/gfs2/quota.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index dd0f9bc13164..ce47c8233612 100644
---- a/fs/gfs2/quota.c
-+++ b/fs/gfs2/quota.c
-@@ -1116,7 +1116,7 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- int found;
-
- if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags))
-- goto out;
-+ return;
-
- for (x = 0; x < ip->i_qadata->qa_qd_num; x++) {
- struct gfs2_quota_data *qd;
-@@ -1153,7 +1153,6 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- qd_unlock(qda[x]);
- }
-
--out:
- gfs2_quota_unhold(ip);
- }
-
---
-2.25.1
-
alsa-usb-audio-add-mapping-for-asrock-trx40-creator.patch
net-microchip-encx24j600-add-missed-kthread_stop.patch
gfs2-move-privileged-user-check-to-gfs2_quota_lock_c.patch
-gfs2-don-t-call-quota_unhold-if-quotas-are-not-locke.patch
cachefiles-fix-race-between-read_waiter-and-read_cop.patch
usb-dwc3-pci-enable-extcon-driver-for-intel-merrifie.patch
usb-gadget-legacy-fix-redundant-initialization-warni.patch
+++ /dev/null
-From fedc1bb981a00fb58d2ba949c690b23bd8dac8ca Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 5 May 2020 11:55:03 -0500
-Subject: gfs2: don't call quota_unhold if quotas are not locked
-
-From: Bob Peterson <rpeterso@redhat.com>
-
-[ Upstream commit c9cb9e381985bbbe8acd2695bbe6bd24bf06b81c ]
-
-Before this patch, function gfs2_quota_unlock checked if quotas are
-turned off, and if so, it branched to label out, which called
-gfs2_quota_unhold. With the new system of gfs2_qa_get and put, we
-no longer want to call gfs2_quota_unhold or we won't balance our
-gets and puts.
-
-Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/gfs2/quota.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index 3a31226531ea..4af00ed4960a 100644
---- a/fs/gfs2/quota.c
-+++ b/fs/gfs2/quota.c
-@@ -1080,7 +1080,7 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- int found;
-
- if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags))
-- goto out;
-+ return;
-
- for (x = 0; x < ip->i_res->rs_qa_qd_num; x++) {
- struct gfs2_quota_data *qd;
-@@ -1117,7 +1117,6 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- qd_unlock(qda[x]);
- }
-
--out:
- gfs2_quota_unhold(ip);
- }
-
---
-2.25.1
-
net-mlx4_core-fix-a-memory-leak-bug.patch
uapi-fix-linux-if_pppol2tp.h-userspace-compilation-errors.patch
ib-cma-fix-reference-count-leak-when-no-ipv4-addresses-are-set.patch
-gfs2-don-t-call-quota_unhold-if-quotas-are-not-locke.patch
cachefiles-fix-race-between-read_waiter-and-read_cop.patch
usb-gadget-legacy-fix-redundant-initialization-warni.patch
cifs-fix-null-pointer-check-in-cifs_read.patch
+++ /dev/null
-From 7407c72f786d0111927ca58d08a516cf30453483 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 5 May 2020 11:55:03 -0500
-Subject: gfs2: don't call quota_unhold if quotas are not locked
-
-From: Bob Peterson <rpeterso@redhat.com>
-
-[ Upstream commit c9cb9e381985bbbe8acd2695bbe6bd24bf06b81c ]
-
-Before this patch, function gfs2_quota_unlock checked if quotas are
-turned off, and if so, it branched to label out, which called
-gfs2_quota_unhold. With the new system of gfs2_qa_get and put, we
-no longer want to call gfs2_quota_unhold or we won't balance our
-gets and puts.
-
-Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/gfs2/quota.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index fb9b1d702351..fb2e0ad945bf 100644
---- a/fs/gfs2/quota.c
-+++ b/fs/gfs2/quota.c
-@@ -1112,7 +1112,7 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- int found;
-
- if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags))
-- goto out;
-+ return;
-
- for (x = 0; x < ip->i_qadata->qa_qd_num; x++) {
- struct gfs2_quota_data *qd;
-@@ -1149,7 +1149,6 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- qd_unlock(qda[x]);
- }
-
--out:
- gfs2_quota_unhold(ip);
- }
-
---
-2.25.1
-
gpio-tegra-mask-gpio-irqs-during-irq-shutdown.patch
net-microchip-encx24j600-add-missed-kthread_stop.patch
gfs2-move-privileged-user-check-to-gfs2_quota_lock_c.patch
-gfs2-don-t-call-quota_unhold-if-quotas-are-not-locke.patch
cachefiles-fix-race-between-read_waiter-and-read_cop.patch
usb-gadget-legacy-fix-redundant-initialization-warni.patch
cifs-fix-null-pointer-check-in-cifs_read.patch
+++ /dev/null
-From 9770d5c15d378a2c3e70bf014eb6e39c23fe9106 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 5 May 2020 11:55:03 -0500
-Subject: gfs2: don't call quota_unhold if quotas are not locked
-
-From: Bob Peterson <rpeterso@redhat.com>
-
-[ Upstream commit c9cb9e381985bbbe8acd2695bbe6bd24bf06b81c ]
-
-Before this patch, function gfs2_quota_unlock checked if quotas are
-turned off, and if so, it branched to label out, which called
-gfs2_quota_unhold. With the new system of gfs2_qa_get and put, we
-no longer want to call gfs2_quota_unhold or we won't balance our
-gets and puts.
-
-Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/gfs2/quota.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index cbee745169b8..91ca4920bf03 100644
---- a/fs/gfs2/quota.c
-+++ b/fs/gfs2/quota.c
-@@ -1113,7 +1113,7 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- int found;
-
- if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags))
-- goto out;
-+ return;
-
- for (x = 0; x < ip->i_qadata->qa_qd_num; x++) {
- struct gfs2_quota_data *qd;
-@@ -1150,7 +1150,6 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- qd_unlock(qda[x]);
- }
-
--out:
- gfs2_quota_unhold(ip);
- }
-
---
-2.25.1
-
alsa-usb-audio-add-mapping-for-asrock-trx40-creator.patch
net-microchip-encx24j600-add-missed-kthread_stop.patch
gfs2-move-privileged-user-check-to-gfs2_quota_lock_c.patch
-gfs2-don-t-call-quota_unhold-if-quotas-are-not-locke.patch
gfs2-grab-glock-reference-sooner-in-gfs2_add_revoke.patch
drm-amdgpu-drop-unnecessary-cancel_delayed_work_sync.patch
drm-amd-powerplay-perform-pg-ungate-prior-to-cg-unga.patch
+++ /dev/null
-From 519355aaf1d00f657783d2940196622889d4cacb Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 5 May 2020 11:55:03 -0500
-Subject: gfs2: don't call quota_unhold if quotas are not locked
-
-From: Bob Peterson <rpeterso@redhat.com>
-
-[ Upstream commit c9cb9e381985bbbe8acd2695bbe6bd24bf06b81c ]
-
-Before this patch, function gfs2_quota_unlock checked if quotas are
-turned off, and if so, it branched to label out, which called
-gfs2_quota_unhold. With the new system of gfs2_qa_get and put, we
-no longer want to call gfs2_quota_unhold or we won't balance our
-gets and puts.
-
-Signed-off-by: Bob Peterson <rpeterso@redhat.com>
-Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- fs/gfs2/quota.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
-index 832d44782f74..a80b638b582e 100644
---- a/fs/gfs2/quota.c
-+++ b/fs/gfs2/quota.c
-@@ -1113,7 +1113,7 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- int found;
-
- if (!test_and_clear_bit(GIF_QD_LOCKED, &ip->i_flags))
-- goto out;
-+ return;
-
- for (x = 0; x < ip->i_qadata->qa_qd_num; x++) {
- struct gfs2_quota_data *qd;
-@@ -1150,7 +1150,6 @@ void gfs2_quota_unlock(struct gfs2_inode *ip)
- qd_unlock(qda[x]);
- }
-
--out:
- gfs2_quota_unhold(ip);
- }
-
---
-2.25.1
-
net-microchip-encx24j600-add-missed-kthread_stop.patch
kselftests-dmabuf-heaps-fix-confused-return-value-on.patch
gfs2-move-privileged-user-check-to-gfs2_quota_lock_c.patch
-gfs2-don-t-call-quota_unhold-if-quotas-are-not-locke.patch
gfs2-grab-glock-reference-sooner-in-gfs2_add_revoke.patch
drm-amdgpu-drop-unnecessary-cancel_delayed_work_sync.patch
drm-amd-powerplay-perform-pg-ungate-prior-to-cg-unga.patch