]> git.baikalelectronics.ru Git - kernel.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)
commitbf56096094406337a367387c0f056be99184e3e2
tree8cd9f322a93423affb9acec6fac3547c7232de5c
parentc521ad95c0507c85e2590cd31fda605d37dd94e2
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