From 9717a91b01feda644f45fd63624a641385ef8f2d Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 12 May 2016 20:13:50 -0400 Subject: hfs: switch to ->iterate_shared() exact parallel of hfsplus analogue Signed-off-by: Al Viro --- fs/hfs/hfs_fs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/hfs/hfs_fs.h') diff --git a/fs/hfs/hfs_fs.h b/fs/hfs/hfs_fs.h index 79daa097929a..fa3eed86837c 100644 --- a/fs/hfs/hfs_fs.h +++ b/fs/hfs/hfs_fs.h @@ -69,6 +69,7 @@ struct hfs_inode_info { struct hfs_cat_key cat_key; struct list_head open_dir_list; + spinlock_t open_dir_lock; struct inode *rsrc_inode; struct mutex extents_lock; -- cgit