hpfs: make freeing sbi and codetables rcu-delayed

makes ->d_hash() and ->d_compare() safety in RCU mode independent
from vfsmount_lock

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-10-03 12:25:10 -04:00
والد e2fec7c355
کامیت 30687e0a47
2فایلهای تغییر یافته به همراه15 افزوده شده و 14 حذف شده

مشاهده پرونده

@@ -80,6 +80,7 @@ struct hpfs_sb_info {
unsigned sb_c_bitmap; /* current bitmap */
unsigned sb_max_fwd_alloc; /* max forwad allocation */
int sb_timeshift;
struct rcu_head rcu;
};
/* Four 512-byte buffers and the 2k block obtained by concatenating them */