diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs-common.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs-common.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/xlators/nfs/server/src/nfs-common.h b/xlators/nfs/server/src/nfs-common.h index b506e88b5ab..2c851b2d22c 100644 --- a/xlators/nfs/server/src/nfs-common.h +++ b/xlators/nfs/server/src/nfs-common.h @@ -31,7 +31,6 @@  #include "rpcsvc.h"  #include "iatt.h"  #include "uuid.h" -#include "nfs.h"  #define NFS_PATH_MAX    PATH_MAX  #define NFS_NAME_MAX    NAME_MAX @@ -77,10 +76,4 @@ nfs_entry_loc_fill (inode_table_t *itable, uuid_t pargfid, char *entry,  extern int  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  | 
