diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs3-helpers.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs3-helpers.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3-helpers.h b/xlators/nfs/server/src/nfs3-helpers.h index 302d731d1e7..1396a039633 100644 --- a/xlators/nfs/server/src/nfs3-helpers.h +++ b/xlators/nfs/server/src/nfs3-helpers.h @@ -347,4 +347,8 @@ nfs3_is_parentdir_entry (char *entry);  uint32_t  nfs3_request_to_accessbits (int32_t accbits); + +int +nfs3_flush_inode_queue (struct inode_op_queue *inode_q, fd_t *openedfd, +                        int32_t call_resume);  #endif  | 
