All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct
@ 2021-03-23 20:33 Jeff Layton
  2021-03-23 20:54 ` Jeff Layton
  2021-03-24  4:11 ` Xiubo Li
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Layton @ 2021-03-23 20:33 UTC (permalink / raw)
  To: ceph-devel

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 fs/ceph/io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ceph/io.c b/fs/ceph/io.c
index 97602ea92ff4..c456509b31c3 100644
--- a/fs/ceph/io.c
+++ b/fs/ceph/io.c
@@ -118,7 +118,7 @@ static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode)
 }
 
 /**
- * ceph_end_io_direct - declare the file is being used for direct i/o
+ * ceph_start_io_direct - declare the file is being used for direct i/o
  * @inode: file inode
  *
  * Declare that a direct I/O operation is about to start, and ensure
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct
  2021-03-23 20:33 [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct Jeff Layton
@ 2021-03-23 20:54 ` Jeff Layton
  2021-03-24  4:11 ` Xiubo Li
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Layton @ 2021-03-23 20:54 UTC (permalink / raw)
  To: ceph-devel

On Tue, 2021-03-23 at 16:33 -0400, Jeff Layton wrote:
> Signed-off-by: Jeff Layton <jlayton@kernel.org>
> ---
>  fs/ceph/io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ceph/io.c b/fs/ceph/io.c
> index 97602ea92ff4..c456509b31c3 100644
> --- a/fs/ceph/io.c
> +++ b/fs/ceph/io.c
> @@ -118,7 +118,7 @@ static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode)
>  }
>  
>  /**
> - * ceph_end_io_direct - declare the file is being used for direct i/o
> + * ceph_start_io_direct - declare the file is being used for direct i/o
>   * @inode: file inode
>   *
>   * Declare that a direct I/O operation is about to start, and ensure

Disregard the 1/2 in the patch subject. This one is standalone.

Cheers,
-- 
Jeff Layton <jlayton@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct
  2021-03-23 20:33 [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct Jeff Layton
  2021-03-23 20:54 ` Jeff Layton
@ 2021-03-24  4:11 ` Xiubo Li
  1 sibling, 0 replies; 3+ messages in thread
From: Xiubo Li @ 2021-03-24  4:11 UTC (permalink / raw)
  To: Jeff Layton, ceph-devel

On 2021/3/24 4:33, Jeff Layton wrote:
> Signed-off-by: Jeff Layton <jlayton@kernel.org>
> ---
>   fs/ceph/io.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/ceph/io.c b/fs/ceph/io.c
> index 97602ea92ff4..c456509b31c3 100644
> --- a/fs/ceph/io.c
> +++ b/fs/ceph/io.c
> @@ -118,7 +118,7 @@ static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode)
>   }
>   
>   /**
> - * ceph_end_io_direct - declare the file is being used for direct i/o
> + * ceph_start_io_direct - declare the file is being used for direct i/o
>    * @inode: file inode
>    *
>    * Declare that a direct I/O operation is about to start, and ensure

Reviewed-by: Xiubo Li <xiubli@redhat.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-24  4:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 20:33 [PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct Jeff Layton
2021-03-23 20:54 ` Jeff Layton
2021-03-24  4:11 ` Xiubo Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.