hfsplus: remove the rsrc_inodes list
authorChristoph Hellwig <hch@tuxera.com>
Fri, 1 Oct 2010 03:44:02 +0000 (05:44 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 1 Oct 2010 03:44:02 +0000 (05:44 +0200)
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>

No differences found