summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-03 17:34:04 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-03 19:16:32 +0200
commit7bf3695b0230d4cc4b6348f7c87b3c164314db8d (patch)
treeed7c51e9799f1a5268b387b38bf78eaf5b07bf58 /target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch
parentfa85ee1d4ef6bbbc75c8159c4bc1c3b52e2b889b (diff)
downloadmtk-20170518-7bf3695b0230d4cc4b6348f7c87b3c164314db8d.zip
mtk-20170518-7bf3695b0230d4cc4b6348f7c87b3c164314db8d.tar.gz
mtk-20170518-7bf3695b0230d4cc4b6348f7c87b3c164314db8d.tar.bz2
kernel: clean up 260-crypto_test_dependencies.patch to get rid of some more kernel bloat
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch')
-rw-r--r--target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch b/target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch
index 290a7d6..40fa423 100644
--- a/target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch
+++ b/target/linux/generic/patches-4.4/047-ubifs-silence-another-error-if-MS_SILENT-is-set.patch
@@ -20,11 +20,9 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
fs/ubifs/super.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
-diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
-index 736dd58..4ec0510 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
-@@ -520,19 +520,19 @@ static int init_constants_early(struct ubifs_info *c)
+@@ -520,19 +520,19 @@ static int init_constants_early(struct u
c->max_write_shift = fls(c->max_write_size) - 1;
if (c->leb_size < UBIFS_MIN_LEB_SZ) {
@@ -49,7 +47,7 @@ index 736dd58..4ec0510 100644
return -EINVAL;
}
-@@ -543,8 +543,8 @@ static int init_constants_early(struct ubifs_info *c)
+@@ -543,8 +543,8 @@ static int init_constants_early(struct u
if (c->max_write_size < c->min_io_size ||
c->max_write_size % c->min_io_size ||
!is_power_of_2(c->max_write_size)) {
@@ -60,6 +58,3 @@ index 736dd58..4ec0510 100644
return -EINVAL;
}
---
-2.9.0
-