kernel-hacking-2024-linux-s.../fs/hfsplus
Christoph Hellwig 6af502de22 hfsplus: fix HFSPLUS_I calling convention
HFSPLUS_I doesn't return a pointer to the hfsplus-specific inode
information like all other FOO_I 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_I macro is used directly and prevents us from keepig a local
hfsplus_inode_info pointer.  Fix the calling convention and introduce a local
hip variable in all functions that use it constantly.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
2010-10-01 05:43:31 +02:00
..
bfind.c
bitmap.c hfsplus: fix HFSPLUS_SB calling convention 2010-10-01 05:42:59 +02:00
bnode.c
brec.c
btree.c hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
catalog.c hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
dir.c hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
extents.c hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
hfsplus_fs.h hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
hfsplus_raw.h
inode.c hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
ioctl.c hfsplus: fix HFSPLUS_I calling convention 2010-10-01 05:43:31 +02:00
Kconfig fs/Kconfig: move hfs, hfsplus out 2009-01-22 13:15:57 +03:00
Makefile
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_I calling convention 2010-10-01 05:43:31 +02:00
tables.c
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