diff options
Diffstat (limited to 'fs/aufs/dentry.h')
-rw-r--r-- | fs/aufs/dentry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/aufs/dentry.h b/fs/aufs/dentry.h index 65161462b..522522179 100644 --- a/fs/aufs/dentry.h +++ b/fs/aufs/dentry.h @@ -31,7 +31,7 @@ struct au_dinfo { /* ---------------------------------------------------------------------- */ /* dentry.c */ -extern const struct dentry_operations aufs_dop; +extern const struct dentry_operations aufs_dop, aufs_dop_noreval; struct au_branch; struct dentry *au_sio_lkup_one(struct qstr *name, struct dentry *parent); int au_h_verify(struct dentry *h_dentry, unsigned int udba, struct inode *h_dir, @@ -41,6 +41,7 @@ int au_lkup_dentry(struct dentry *dentry, aufs_bindex_t bstart, mode_t type); int au_lkup_neg(struct dentry *dentry, aufs_bindex_t bindex, int wh); int au_refresh_dentry(struct dentry *dentry, struct dentry *parent); int au_reval_dpath(struct dentry *dentry, unsigned int sigen); +void au_refresh_dop(struct dentry *dentry, int force_reval); /* dinfo.c */ void au_di_init_once(void *_di); |