Commit 6453bcd0 authored by Trond Myklebust's avatar Trond Myklebust

NFS: Fix up incorrect documentation

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent d737e5d4
...@@ -114,7 +114,7 @@ nfs4_do_check_delegation(struct inode *inode, fmode_t flags, bool mark) ...@@ -114,7 +114,7 @@ nfs4_do_check_delegation(struct inode *inode, fmode_t flags, bool mark)
return ret; return ret;
} }
/** /**
* nfs_have_delegation - check if inode has a delegation, mark it * nfs4_have_delegation - check if inode has a delegation, mark it
* NFS_DELEGATION_REFERENCED if there is one. * NFS_DELEGATION_REFERENCED if there is one.
* @inode: inode to check * @inode: inode to check
* @flags: delegation types to check for * @flags: delegation types to check for
...@@ -674,7 +674,7 @@ void nfs_inode_evict_delegation(struct inode *inode) ...@@ -674,7 +674,7 @@ void nfs_inode_evict_delegation(struct inode *inode)
} }
/** /**
* nfs_inode_return_delegation - synchronously return a delegation * nfs4_inode_return_delegation - synchronously return a delegation
* @inode: inode to process * @inode: inode to process
* *
* This routine will always flush any dirty data to disk on the * This routine will always flush any dirty data to disk on the
...@@ -697,7 +697,7 @@ int nfs4_inode_return_delegation(struct inode *inode) ...@@ -697,7 +697,7 @@ int nfs4_inode_return_delegation(struct inode *inode)
} }
/** /**
* nfs_inode_return_delegation_on_close - asynchronously return a delegation * nfs4_inode_return_delegation_on_close - asynchronously return a delegation
* @inode: inode to process * @inode: inode to process
* *
* This routine is called on file close in order to determine if the * This routine is called on file close in order to determine if the
...@@ -811,7 +811,7 @@ void nfs_expire_all_delegations(struct nfs_client *clp) ...@@ -811,7 +811,7 @@ void nfs_expire_all_delegations(struct nfs_client *clp)
} }
/** /**
* nfs_super_return_all_delegations - return delegations for one superblock * nfs_server_return_all_delegations - return delegations for one superblock
* @server: pointer to nfs_server to process * @server: pointer to nfs_server to process
* *
*/ */
......
...@@ -104,7 +104,7 @@ static void nfs_block_buffered(struct nfs_inode *nfsi, struct inode *inode) ...@@ -104,7 +104,7 @@ static void nfs_block_buffered(struct nfs_inode *nfsi, struct inode *inode)
} }
/** /**
* nfs_end_io_direct - declare the file is being used for direct i/o * nfs_start_io_direct - declare the file is being used for direct i/o
* @inode: file inode * @inode: file inode
* *
* Declare that a direct I/O operation is about to start, and ensure * Declare that a direct I/O operation is about to start, and ensure
......
...@@ -645,7 +645,7 @@ void nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head) ...@@ -645,7 +645,7 @@ void nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head)
} }
/** /**
* nfs4_purge_state_owners - Release all cached state owners * nfs4_free_state_owners - Release all cached state owners
* @head: resulting list of state owners * @head: resulting list of state owners
* *
* Frees a list of state owners that was generated by * Frees a list of state owners that was generated by
......
...@@ -577,7 +577,7 @@ static void nfs_clear_request(struct nfs_page *req) ...@@ -577,7 +577,7 @@ static void nfs_clear_request(struct nfs_page *req)
} }
/** /**
* nfs_release_request - Release the count on an NFS read/write request * nfs_free_request - Release the count on an NFS read/write request
* @req: request to release * @req: request to release
* *
* Note: Should never be called with the spinlock held! * Note: Should never be called with the spinlock held!
...@@ -1152,7 +1152,7 @@ nfs_pageio_cleanup_request(struct nfs_pageio_descriptor *desc, ...@@ -1152,7 +1152,7 @@ nfs_pageio_cleanup_request(struct nfs_pageio_descriptor *desc,
} }
/** /**
* nfs_pageio_add_request - Attempt to coalesce a request into a page list. * __nfs_pageio_add_request - Attempt to coalesce a request into a page list.
* @desc: destination io descriptor * @desc: destination io descriptor
* @req: request * @req: request
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment