linux-stable/fs/hfsplus
Christoph Hellwig dd73a01a30 hfsplus: fix HFSPLUS_SB calling convention
HFSPLUS_SB doesn't return a pointer to the hfsplus-specific superblock
information like all other FOO_SB macros, but dereference the pointer in a way
that made it look like a direct struct derefence.  This only works as long
as the HFSPLUS_SB macro is used directly and prevents us from keepig a local
hfsplus_sb_info pointer.  Fix the calling convention and introduce a local
sbi variable in all functions that use it constantly.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
2010-10-01 05:42:59 +02:00
..
bfind.c [PATCH] hfs: cleanup HFS+ prints 2006-01-18 19:20:22 -08:00
bitmap.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
bnode.c [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc 2006-09-27 08:26:10 -07:00
brec.c [PATCH] hfs: cleanup HFS+ prints 2006-01-18 19:20:22 -08:00
btree.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
catalog.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
dir.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
extents.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
hfsplus_fs.h hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
hfsplus_raw.h [PATCH] extend the set of "__attribute__" shortcut macros 2007-02-11 10:51:35 -08:00
inode.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
ioctl.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
Kconfig fs/Kconfig: move hfs, hfsplus out 2009-01-22 13:15:57 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
options.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
part_tbl.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
super.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
tables.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
unicode.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
wrapper.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00