summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/hfsplus_fs.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@tuxera.com>2010-10-01 05:44:02 +0200
committerChristoph Hellwig <hch@lst.de>2010-10-01 05:44:02 +0200
commit58a818f532e83f337689358c102ba2048d1b37f5 (patch)
tree8cd9f322a93423affb9acec6fac3547c7232de5c /fs/hfsplus/hfsplus_fs.h
parent66e5db05bb6670f314d90aba5998e6a033e4d563 (diff)
downloadlinux-58a818f532e83f337689358c102ba2048d1b37f5.tar.gz
linux-58a818f532e83f337689358c102ba2048d1b37f5.tar.xz
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>
Diffstat (limited to 'fs/hfsplus/hfsplus_fs.h')
-rw-r--r--fs/hfsplus/hfsplus_fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h
index 5e2418a71887..0cd9ba00f968 100644
--- a/fs/hfsplus/hfsplus_fs.h
+++ b/fs/hfsplus/hfsplus_fs.h
@@ -145,8 +145,6 @@ struct hfsplus_sb_info {
int part, session;
unsigned long flags;
-
- struct hlist_head rsrc_inodes;
};
#define HFSPLUS_SB_WRITEBACKUP 0x0001