diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs-common.h')
-rw-r--r-- | xlators/nfs/server/src/nfs-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs-common.h b/xlators/nfs/server/src/nfs-common.h index 0054910c3be..b506e88b5ab 100644 --- a/xlators/nfs/server/src/nfs-common.h +++ b/xlators/nfs/server/src/nfs-common.h @@ -80,4 +80,7 @@ nfs_root_loc_fill (inode_table_t *itable, loc_t *loc); extern int is_nfs_subvolume_disabled (struct nfs_state *nfs, xlator_t *xl); + +extern int +nfs_subvolume_lookup_again_later (struct nfs_state *nfs, xlator_t *xl); #endif |