From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0D214C433E0 for ; Thu, 4 Feb 2021 06:55:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9C9E064DF8 for ; Thu, 4 Feb 2021 06:55:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233400AbhBDGzR (ORCPT ); Thu, 4 Feb 2021 01:55:17 -0500 Received: from zg8tmja2lje4os4yms4ymjma.icoremail.net ([206.189.21.223]:46467 "HELO zg8tmja2lje4os4yms4ymjma.icoremail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S232704AbhBDGzQ (ORCPT ); Thu, 4 Feb 2021 01:55:16 -0500 X-Greylist: delayed 1288 seconds by postgrey-1.27 at vger.kernel.org; Thu, 04 Feb 2021 01:55:13 EST Received: from centos7u5.localdomain (unknown [202.43.158.76]) by c1app2 (Coremail) with SMTP id AgINCgAHuDgFlRtg+FTaAQ--.42176S3; Thu, 04 Feb 2021 14:32:39 +0800 (CST) From: Zhiyuan Dai To: jlayton@kernel.org, idryomov@gmail.com Cc: ceph-devel@vger.kernel.org, linux-kernel@vger.kernel.org, Zhiyuan Dai Subject: [PATCH] ceph: minor coding style tweaks Date: Thu, 4 Feb 2021 14:32:14 +0800 Message-Id: <1612420334-1112-1-git-send-email-daizhiyuan@phytium.com.cn> X-Mailer: git-send-email 1.8.3.1 X-CM-TRANSID: AgINCgAHuDgFlRtg+FTaAQ--.42176S3 X-Coremail-Antispam: 1UD129KBjvJXoW3tr18ZFWxWw47Cry7AF18Zrb_yoWDCw1xpF yDCayxJr48XF43Wr18JFs0934F9FyxGay7AryrA3yFk3ZIqr1xtF10yryYyw13ZryxGanF vF4DK3y5GF4jyF7anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUkl14x267AKxVW8JVW5JwAFc2x0x2IEx4CE42xK8VAvwI8IcIk0 rVWrJVCq3wAFIxvE14AKwVWUJVWUGwA2ocxC64kIII0Yj41l84x0c7CEw4AK67xGY2AK02 1l84ACjcxK6xIIjxv20xvE14v26r1j6r1xM28EF7xvwVC0I7IYx2IY6xkF7I0E14v26r4j 6F4UM28EF7xvwVC2z280aVAFwI0_Gr1j6F4UJwA2z4x0Y4vEx4A2jsIEc7CjxVAFwI0_Cr 1j6rxdM2AIxVAIcxkEcVAq07x20xvEncxIr21l5I8CrVACY4xI64kE6c02F40Ex7xfMcIj 6xIIjxv20xvE14v26r106r15McIj6I8E87Iv67AKxVW8JVWxJwAm72CE4IkC6x0Yz7v_Jr 0_Gr1lF7xvr2IYc2Ij64vIr41lF7I21c0EjII2zVCS5cI20VAGYxC7MxkIecxEwVAFwVW8 AwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbVWUJVW8JwC20s026c02F40E14v26r 1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF67kF1VAFwI0_JF0_Jw1lIxkGc2Ij 64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42IY6xIIjxv20xvEc7CjxVAFwI0_Jr 0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6rW3Jr0E3s1lIxAIcVC2z280aVAFwI0_Jr0_Gr1l IxAIcVC2z280aVCY1x0267AKxVW8JVW8JrUvcSsGvfC2KfnxnUUI43ZEXa7VUjkpnJUUUU U== X-Originating-IP: [202.43.158.76] X-CM-SenderInfo: hgdl6xpl1xt0o6sk53xlxphulrpou0/ Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org Fixed some coding style issues, improve code reading. Signed-off-by: Zhiyuan Dai --- fs/ceph/addr.c | 3 +-- fs/ceph/cache.c | 14 +++++++------- fs/ceph/caps.c | 2 +- fs/ceph/dir.c | 6 +++--- fs/ceph/export.c | 2 +- fs/ceph/inode.c | 6 +++--- fs/ceph/locks.c | 2 +- fs/ceph/mds_client.c | 8 ++++---- fs/ceph/mdsmap.c | 4 ++-- fs/ceph/snap.c | 6 +++--- fs/ceph/xattr.c | 4 ++-- 11 files changed, 28 insertions(+), 29 deletions(-) diff --git a/fs/ceph/addr.c b/fs/ceph/addr.c index 9505529..94ce73e 100644 --- a/fs/ceph/addr.c +++ b/fs/ceph/addr.c @@ -493,8 +493,7 @@ static int ceph_readpages(struct file *file, struct address_space *mapping, return rc; } -struct ceph_writeback_ctl -{ +struct ceph_writeback_ctl { loff_t i_size; u64 truncate_size; u32 truncate_seq; diff --git a/fs/ceph/cache.c b/fs/ceph/cache.c index 2f5cb6b..795523e 100644 --- a/fs/ceph/cache.c +++ b/fs/ceph/cache.c @@ -50,7 +50,7 @@ void ceph_fscache_unregister(void) fscache_unregister_netfs(&ceph_cache_netfs); } -int ceph_fscache_register_fs(struct ceph_fs_client* fsc, struct fs_context *fc) +int ceph_fscache_register_fs(struct ceph_fs_client *fsc, struct fs_context *fc) { const struct ceph_fsid *fsid = &fsc->client->fsid; const char *fscache_uniq = fsc->mount_options->fscache_uniq; @@ -110,8 +110,8 @@ static enum fscache_checkaux ceph_fscache_inode_check_aux( loff_t object_size) { struct ceph_aux_inode aux; - struct ceph_inode_info* ci = cookie_netfs_data; - struct inode* inode = &ci->vfs_inode; + struct ceph_inode_info *ci = cookie_netfs_data; + struct inode *inode = &ci->vfs_inode; if (dlen != sizeof(aux) || i_size_read(inode) != object_size) @@ -164,9 +164,9 @@ void ceph_fscache_register_inode_cookie(struct inode *inode) inode_unlock(inode); } -void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info* ci) +void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info *ci) { - struct fscache_cookie* cookie; + struct fscache_cookie *cookie; if ((cookie = ci->fscache) == NULL) return; @@ -296,7 +296,7 @@ void ceph_readpage_to_fscache(struct inode *inode, struct page *page) fscache_uncache_page(ci->fscache, page); } -void ceph_invalidate_fscache_page(struct inode* inode, struct page *page) +void ceph_invalidate_fscache_page(struct inode *inode, struct page *page) { struct ceph_inode_info *ci = ceph_inode(inode); @@ -307,7 +307,7 @@ void ceph_invalidate_fscache_page(struct inode* inode, struct page *page) fscache_uncache_page(ci->fscache, page); } -void ceph_fscache_unregister_fs(struct ceph_fs_client* fsc) +void ceph_fscache_unregister_fs(struct ceph_fs_client *fsc) { if (fscache_cookie_valid(fsc->fscache)) { struct ceph_fscache_entry *ent; diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index 255a512..39fe5d8 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c @@ -2270,7 +2270,7 @@ static int caps_are_flushed(struct inode *inode, u64 flush_tid) spin_lock(&ci->i_ceph_lock); if (!list_empty(&ci->i_cap_flush_list)) { - struct ceph_cap_flush * cf = + struct ceph_cap_flush *cf = list_first_entry(&ci->i_cap_flush_list, struct ceph_cap_flush, i_list); if (cf->tid <= flush_tid) diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c index 858ee73..2b7edd00 100644 --- a/fs/ceph/dir.c +++ b/fs/ceph/dir.c @@ -1269,7 +1269,7 @@ void __ceph_dentry_lease_touch(struct ceph_dentry_info *di) spin_unlock(&mdsc->dentry_list_lock); } -static void __dentry_dir_lease_touch(struct ceph_mds_client* mdsc, +static void __dentry_dir_lease_touch(struct ceph_mds_client *mdsc, struct ceph_dentry_info *di) { di->flags &= ~(CEPH_DENTRY_LEASE_LIST | CEPH_DENTRY_REFERENCED); @@ -1351,7 +1351,7 @@ struct ceph_lease_walk_control { { struct ceph_dentry_info *di, *tmp; struct dentry *dentry, *last = NULL; - struct list_head* list; + struct list_head *list; LIST_HEAD(dispose); unsigned long freed = 0; int ret = 0; @@ -1498,7 +1498,7 @@ int ceph_trim_dentries(struct ceph_mds_client *mdsc) lwc.dir_lease = true; lwc.expire_dir_lease = freed < count; lwc.dir_lease_ttl = mdsc->fsc->mount_options->caps_wanted_delay_max * HZ; - freed +=__dentry_leases_walk(mdsc, &lwc, __dir_lease_check); + freed += __dentry_leases_walk(mdsc, &lwc, __dir_lease_check); if (!lwc.nr_to_scan) /* more to check */ return -EAGAIN; diff --git a/fs/ceph/export.c b/fs/ceph/export.c index e088843..83ec43f 100644 --- a/fs/ceph/export.c +++ b/fs/ceph/export.c @@ -343,7 +343,7 @@ static struct dentry *ceph_get_parent(struct dentry *child) struct dentry *dn; if (ceph_snap(inode) != CEPH_NOSNAP) { - struct inode* dir; + struct inode *dir; bool unlinked = false; /* do not support non-directory */ if (!d_is_dir(child)) { diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index adc8fc3..a580ce2 100644 --- a/fs/ceph/inode.c +++ b/fs/ceph/inode.c @@ -309,8 +309,8 @@ static int ceph_fill_dirfrag(struct inode *inode, static int frag_tree_split_cmp(const void *l, const void *r) { - struct ceph_frag_tree_split *ls = (struct ceph_frag_tree_split*)l; - struct ceph_frag_tree_split *rs = (struct ceph_frag_tree_split*)r; + struct ceph_frag_tree_split *ls = (struct ceph_frag_tree_split *)l; + struct ceph_frag_tree_split *rs = (struct ceph_frag_tree_split *)r; return ceph_frag_compare(le32_to_cpu(ls->frag), le32_to_cpu(rs->frag)); } @@ -1550,7 +1550,7 @@ static int fill_readdir_cache(struct inode *dir, struct dentry *dn, struct ceph_mds_request *req) { struct ceph_inode_info *ci = ceph_inode(dir); - unsigned nsize = PAGE_SIZE / sizeof(struct dentry*); + unsigned nsize = PAGE_SIZE / sizeof(struct dentry *); unsigned idx = ctl->index % nsize; pgoff_t pgoff = ctl->index / nsize; diff --git a/fs/ceph/locks.c b/fs/ceph/locks.c index fa8a847..9b5ce10 100644 --- a/fs/ceph/locks.c +++ b/fs/ceph/locks.c @@ -128,7 +128,7 @@ static int ceph_lock_message(u8 lock_type, u16 operation, struct inode *inode, length = le64_to_cpu(req->r_reply_info.filelock_reply->start) + le64_to_cpu(req->r_reply_info.filelock_reply->length); if (length >= 1) - fl->fl_end = length -1; + fl->fl_end = length - 1; else fl->fl_end = 0; diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c index d87bd85..626adcb 100644 --- a/fs/ceph/mds_client.c +++ b/fs/ceph/mds_client.c @@ -1177,7 +1177,7 @@ static int encode_supported_features(void **p, void *end) ceph_encode_32(p, size); memset(*p, 0, size); for (i = 0; i < count; i++) - ((unsigned char*)(*p))[i / 8] |= BIT(feature_bits[i] % 8); + ((unsigned char *)(*p))[i / 8] |= BIT(feature_bits[i] % 8); *p += size; } else { if (WARN_ON_ONCE(*p + 4 > end)) @@ -1248,7 +1248,7 @@ static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u6 void *p, *end; int ret; - const char* metadata[][2] = { + const char *metadata[][2] = { {"hostname", mdsc->nodename}, {"kernel_version", init_utsname()->release}, {"entity_id", opt->name ? : ""}, @@ -2237,7 +2237,7 @@ int ceph_alloc_readdir_reply_buffer(struct ceph_mds_request *req, order = get_order(size * num_entries); while (order >= 0) { - rinfo->dir_entries = (void*)__get_free_pages(GFP_KERNEL | + rinfo->dir_entries = (void *)__get_free_pages(GFP_KERNEL | __GFP_NOWARN, order); if (rinfo->dir_entries) @@ -3681,7 +3681,7 @@ static int send_reconnect_partial(struct ceph_reconnect_state *recon_state) return err; } -static struct dentry* d_find_primary(struct inode *inode) +static struct dentry *d_find_primary(struct inode *inode) { struct dentry *alias, *dn = NULL; diff --git a/fs/ceph/mdsmap.c b/fs/ceph/mdsmap.c index abd9af7..775f063 100644 --- a/fs/ceph/mdsmap.c +++ b/fs/ceph/mdsmap.c @@ -82,7 +82,7 @@ int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) } while (0) -static int __decode_and_drop_compat_set(void **p, void* end) +static int __decode_and_drop_compat_set(void **p, void *end) { int i; /* compat, ro_compat, incompat*/ @@ -185,7 +185,7 @@ struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end, bool msgr2) ceph_decode_need(p, end, sizeof(u64) + 1, bad); global_id = ceph_decode_64(p); - info_v= ceph_decode_8(p); + info_v = ceph_decode_8(p); if (info_v >= 4) { u32 info_len; ceph_decode_need(p, end, 1 + sizeof(u32), bad); diff --git a/fs/ceph/snap.c b/fs/ceph/snap.c index b611f82..b29ccf9 100644 --- a/fs/ceph/snap.c +++ b/fs/ceph/snap.c @@ -306,7 +306,7 @@ static int cmpu64_rev(const void *a, const void *b) * build the snap context for a given realm. */ static int build_snap_context(struct ceph_snap_realm *realm, - struct list_head* dirty_realms) + struct list_head *dirty_realms) { struct ceph_snap_realm *parent = realm->parent; struct ceph_snap_context *snapc; @@ -1007,7 +1007,7 @@ void ceph_handle_snap(struct ceph_mds_client *mdsc, return; } -struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, +struct ceph_snapid_map *ceph_get_snapid_map(struct ceph_mds_client *mdsc, u64 snap) { struct ceph_snapid_map *sm, *exist; @@ -1084,7 +1084,7 @@ struct ceph_snapid_map* ceph_get_snapid_map(struct ceph_mds_client *mdsc, return sm; } -void ceph_put_snapid_map(struct ceph_mds_client* mdsc, +void ceph_put_snapid_map(struct ceph_mds_client *mdsc, struct ceph_snapid_map *sm) { if (!sm) diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 2499798..69be858 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c @@ -1319,12 +1319,12 @@ int ceph_security_init_secctx(struct dentry *dentry, umode_t mode, /* update count of KV pairs */ BUG_ON(pagelist->length <= sizeof(__le32)); if (list_is_singular(&pagelist->head)) { - le32_add_cpu((__le32*)pagelist->mapped_tail, 1); + le32_add_cpu((__le32 *)pagelist->mapped_tail, 1); } else { struct page *page = list_first_entry(&pagelist->head, struct page, lru); void *addr = kmap_atomic(page); - le32_add_cpu((__le32*)addr, 1); + le32_add_cpu((__le32 *)addr, 1); kunmap_atomic(addr); } } else { -- 1.8.3.1