commit | 58a818f532e83f337689358c102ba2048d1b37f5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@tuxera.com> | Fri Oct 01 05:44:02 2010 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Oct 01 05:44:02 2010 +0200 |
tree | 8cd9f322a93423affb9acec6fac3547c7232de5c | |
parent | 66e5db05bb6670f314d90aba5998e6a033e4d563 [diff] |
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>