hfsplus: remove the rsrc_inodes list

We never walk the list - the only reason for it is to make the resource fork
inodes appear hashed to the writeback code.  Borrow a trick from JFS to do
that without needing a list head.

Signed-off-by: Christoph Hellwig <hch@tuxera.com>
Цей коміт міститься в:
Christoph Hellwig
2010-10-01 05:44:02 +02:00
зафіксовано Christoph Hellwig
джерело 66e5db05bb
коміт 58a818f532
3 змінених файлів з 9 додано та 4 видалено

Переглянути файл

@@ -145,8 +145,6 @@ struct hfsplus_sb_info {
int part, session;
unsigned long flags;
struct hlist_head rsrc_inodes;
};
#define HFSPLUS_SB_WRITEBACKUP 0x0001