All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ceph: make ceph_queue_cap_snap static
@ 2021-05-18 21:36 Jeff Layton
  2021-05-19  0:52 ` Xiubo Li
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2021-05-18 21:36 UTC (permalink / raw)
  To: ceph-devel

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 fs/ceph/snap.c  | 2 +-
 fs/ceph/super.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fs/ceph/snap.c b/fs/ceph/snap.c
index 4ce18055d931..44b380a53727 100644
--- a/fs/ceph/snap.c
+++ b/fs/ceph/snap.c
@@ -460,7 +460,7 @@ static bool has_new_snaps(struct ceph_snap_context *o,
  * Caller must hold snap_rwsem for read (i.e., the realm topology won't
  * change).
  */
-void ceph_queue_cap_snap(struct ceph_inode_info *ci)
+static void ceph_queue_cap_snap(struct ceph_inode_info *ci)
 {
 	struct inode *inode = &ci->vfs_inode;
 	struct ceph_cap_snap *capsnap;
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index db80d89556b1..12d30153e4ca 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -931,7 +931,6 @@ extern int ceph_update_snap_trace(struct ceph_mds_client *m,
 extern void ceph_handle_snap(struct ceph_mds_client *mdsc,
 			     struct ceph_mds_session *session,
 			     struct ceph_msg *msg);
-extern void ceph_queue_cap_snap(struct ceph_inode_info *ci);
 extern int __ceph_finish_cap_snap(struct ceph_inode_info *ci,
 				  struct ceph_cap_snap *capsnap);
 extern void ceph_cleanup_empty_realms(struct ceph_mds_client *mdsc);
-- 
2.31.1


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

* Re: [PATCH] ceph: make ceph_queue_cap_snap static
  2021-05-18 21:36 [PATCH] ceph: make ceph_queue_cap_snap static Jeff Layton
@ 2021-05-19  0:52 ` Xiubo Li
  0 siblings, 0 replies; 2+ messages in thread
From: Xiubo Li @ 2021-05-19  0:52 UTC (permalink / raw)
  To: Jeff Layton, ceph-devel


On 5/19/21 5:36 AM, Jeff Layton wrote:
> Signed-off-by: Jeff Layton <jlayton@kernel.org>
> ---
>   fs/ceph/snap.c  | 2 +-
>   fs/ceph/super.h | 1 -
>   2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/fs/ceph/snap.c b/fs/ceph/snap.c
> index 4ce18055d931..44b380a53727 100644
> --- a/fs/ceph/snap.c
> +++ b/fs/ceph/snap.c
> @@ -460,7 +460,7 @@ static bool has_new_snaps(struct ceph_snap_context *o,
>    * Caller must hold snap_rwsem for read (i.e., the realm topology won't
>    * change).
>    */
> -void ceph_queue_cap_snap(struct ceph_inode_info *ci)
> +static void ceph_queue_cap_snap(struct ceph_inode_info *ci)
>   {
>   	struct inode *inode = &ci->vfs_inode;
>   	struct ceph_cap_snap *capsnap;
> diff --git a/fs/ceph/super.h b/fs/ceph/super.h
> index db80d89556b1..12d30153e4ca 100644
> --- a/fs/ceph/super.h
> +++ b/fs/ceph/super.h
> @@ -931,7 +931,6 @@ extern int ceph_update_snap_trace(struct ceph_mds_client *m,
>   extern void ceph_handle_snap(struct ceph_mds_client *mdsc,
>   			     struct ceph_mds_session *session,
>   			     struct ceph_msg *msg);
> -extern void ceph_queue_cap_snap(struct ceph_inode_info *ci);
>   extern int __ceph_finish_cap_snap(struct ceph_inode_info *ci,
>   				  struct ceph_cap_snap *capsnap);
>   extern void ceph_cleanup_empty_realms(struct ceph_mds_client *mdsc);

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



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

end of thread, other threads:[~2021-05-19  0:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 21:36 [PATCH] ceph: make ceph_queue_cap_snap static Jeff Layton
2021-05-19  0:52 ` 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.