aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-18 20:10:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-18 20:10:51 +0000
commit67ea71e39723d1a2dbb505fa4402455c39716d2a (patch)
tree4f4d693fb40653de79a8107f7254d31eed9b3582 /target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch
parente738b2550a0c11172766bcdaff510ca4e9cb1d52 (diff)
downloadmaster-187ad058-67ea71e39723d1a2dbb505fa4402455c39716d2a.tar.gz
master-187ad058-67ea71e39723d1a2dbb505fa4402455c39716d2a.tar.bz2
master-187ad058-67ea71e39723d1a2dbb505fa4402455c39716d2a.zip
linux/2.6.39: R.I.P.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch')
-rw-r--r--target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch b/target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch
deleted file mode 100644
index 523b89f9ac..0000000000
--- a/target/linux/generic/patches-2.6.39/520-squashfs_update_xz_comp_opts.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From f31b7c0efa255dd17a5f584022a319387f09b0d8 Mon Sep 17 00:00:00 2001
-From: Jonas Gorski <jonas.gorski@gmail.com>
-Date: Tue, 12 Apr 2011 19:55:41 +0200
-Subject: [PATCH] squashfs: update xz compressor options struct.
-
-Update the xz compressor options struct to match the squashfs userspace
-one.
----
- fs/squashfs/xz_wrapper.c | 4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
---- a/fs/squashfs/xz_wrapper.c
-+++ b/fs/squashfs/xz_wrapper.c
-@@ -39,8 +39,10 @@ struct squashfs_xz {
- };
-
- struct comp_opts {
-- __le32 dictionary_size;
- __le32 flags;
-+ __le16 bit_opts;
-+ __le16 fb;
-+ __le32 dictionary_size;
- };
-
- static void *squashfs_xz_init(struct squashfs_sb_info *msblk, void *buff,