summaryrefslogtreecommitdiffstats
path: root/hfsplus-Change-finder_info-to-u32.patch
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-03-22 12:05:20 -0400
committerDave Jones <davej@redhat.com>2012-03-22 12:05:20 -0400
commit7bd4dec4713c108dfe307272f1cfc22071d306a1 (patch)
treee15eef4a48831f55562f0d58a712782ccde1b6d9 /hfsplus-Change-finder_info-to-u32.patch
parent70f8133b7196205f2d5d745d69eb8e62027ff650 (diff)
downloadkernel-7bd4dec4713c108dfe307272f1cfc22071d306a1.tar.gz
kernel-7bd4dec4713c108dfe307272f1cfc22071d306a1.tar.xz
kernel-7bd4dec4713c108dfe307272f1cfc22071d306a1.zip
Linux v3.3-4074-g5375871
Diffstat (limited to 'hfsplus-Change-finder_info-to-u32.patch')
-rw-r--r--hfsplus-Change-finder_info-to-u32.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/hfsplus-Change-finder_info-to-u32.patch b/hfsplus-Change-finder_info-to-u32.patch
deleted file mode 100644
index 15e3e67d8..000000000
--- a/hfsplus-Change-finder_info-to-u32.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-The finder_info block in the hfsplus volume header is currently defined as
-an array of 8 bit values, but TN1150 defines it as being an array of 32 bit
-values. Fix for convenience.
-
-Signed-off-by: Matthew Garrett <mjg@redhat.com>
----
- fs/hfsplus/hfsplus_raw.h | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/fs/hfsplus/hfsplus_raw.h b/fs/hfsplus/hfsplus_raw.h
-index 927cdd6..921967e 100644
---- a/fs/hfsplus/hfsplus_raw.h
-+++ b/fs/hfsplus/hfsplus_raw.h
-@@ -117,7 +117,7 @@ struct hfsplus_vh {
- __be32 write_count;
- __be64 encodings_bmp;
-
-- u8 finder_info[32];
-+ u32 finder_info[8];
-
- struct hfsplus_fork_raw alloc_file;
- struct hfsplus_fork_raw ext_file;
---
-1.7.7.1
-
-