]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit58a818f532e83f337689358c102ba2048d1b37f5
tree8cd9f322a93423affb9acec6fac3547c7232de5c
parent66e5db05bb6670f314d90aba5998e6a033e4d563
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>
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/inode.c
fs/hfsplus/super.c