From: Sasha Levin Date: Tue, 25 Aug 2020 21:29:21 +0000 (-0400) Subject: Fix up stable tags on btrfs commit X-Git-Tag: v4.4.234~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f95bc52b95ce7682970c04168fc6ef9b450445df;p=thirdparty%2Fkernel%2Fstable-queue.git Fix up stable tags on btrfs commit Signed-off-by: Sasha Levin --- diff --git a/queue-4.14/btrfs-sysfs-use-nofs-for-device-creation.patch b/queue-4.14/btrfs-sysfs-use-nofs-for-device-creation.patch index 8258daaa7d2..8a2a6dcf251 100644 --- a/queue-4.14/btrfs-sysfs-use-nofs-for-device-creation.patch +++ b/queue-4.14/btrfs-sysfs-use-nofs-for-device-creation.patch @@ -1,10 +1,12 @@ -From 8e2073529525e69ef39ac62d70caa93777e132e2 Mon Sep 17 00:00:00 2001 +From e984dc4362aa0a5190080af35007c15844d14ff6 Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Tue, 21 Jul 2020 10:17:50 -0400 Subject: btrfs: sysfs: use NOFS for device creation From: Josef Bacik +[ Upstream commit a47bd78d0c44621efb98b525d04d60dc4d1a79b0 ] + Dave hit this splat during testing btrfs/078: ====================================================== @@ -151,6 +153,7 @@ Reported-by: David Sterba Signed-off-by: Josef Bacik Reviewed-by: David Sterba Signed-off-by: David Sterba +Signed-off-by: Sasha Levin --- fs/btrfs/sysfs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/queue-4.19/btrfs-sysfs-use-nofs-for-device-creation.patch b/queue-4.19/btrfs-sysfs-use-nofs-for-device-creation.patch index 1a086923d98..bded098f03f 100644 --- a/queue-4.19/btrfs-sysfs-use-nofs-for-device-creation.patch +++ b/queue-4.19/btrfs-sysfs-use-nofs-for-device-creation.patch @@ -1,10 +1,12 @@ -From 143b6a0ce035046e3b2ee2f52a0f733ea8ca10c0 Mon Sep 17 00:00:00 2001 +From fc1452c2d9cd12309243ed5cdd690bb5152a9502 Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Tue, 21 Jul 2020 10:17:50 -0400 Subject: btrfs: sysfs: use NOFS for device creation From: Josef Bacik +[ Upstream commit a47bd78d0c44621efb98b525d04d60dc4d1a79b0 ] + Dave hit this splat during testing btrfs/078: ====================================================== @@ -151,6 +153,7 @@ Reported-by: David Sterba Signed-off-by: Josef Bacik Reviewed-by: David Sterba Signed-off-by: David Sterba +Signed-off-by: Sasha Levin --- fs/btrfs/sysfs.c | 4 ++++ 1 file changed, 4 insertions(+)