From: kernel test robot <lkp@intel.com>
To: Xiubo Li <xiubli@redhat.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
ceph-devel@vger.kernel.org,
Patrick Donnelly <pdonnell@redhat.com>
Subject: [ceph-client:testing 21/21] fs/ceph/xattr.c:61:22: warning: unused variable 'cl'
Date: Wed, 14 Jun 2023 09:56:31 +0800 [thread overview]
Message-ID: <202306140913.VwDYFVjP-lkp@intel.com> (raw)
tree: https://github.com/ceph/ceph-client.git testing
head: a87fa198004c3239486394be301efa333b2ee366
commit: a87fa198004c3239486394be301efa333b2ee366 [21/21] ceph: print the client global_id in all the debug logs
config: x86_64-randconfig-a002-20230612 (https://download.01.org/0day-ci/archive/20230614/202306140913.VwDYFVjP-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce (this is a W=1 build):
mkdir -p ~/bin
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/ceph/ceph-client/commit/a87fa198004c3239486394be301efa333b2ee366
git remote add ceph-client https://github.com/ceph/ceph-client.git
git fetch --no-tags ceph-client testing
git checkout a87fa198004c3239486394be301efa333b2ee366
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash fs/ceph/
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306140913.VwDYFVjP-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> fs/ceph/xattr.c:61:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/xattr.c:573:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(&ci->netfs.inode);
^
fs/ceph/xattr.c:672:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(&ci->netfs.inode);
^
fs/ceph/xattr.c:741:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(&ci->netfs.inode);
^
fs/ceph/xattr.c:766:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(&ci->netfs.inode);
^
fs/ceph/xattr.c:796:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/xattr.c:884:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(&ci->netfs.inode);
^
fs/ceph/xattr.c:912:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/xattr.c:1070:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/xattr.c:1114:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
10 warnings generated.
--
>> fs/ceph/locks.c:80:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/locks.c:163:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/locks.c:253:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/locks.c:321:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/locks.c:383:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/locks.c:410:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/locks.c:448:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
7 warnings generated.
--
>> fs/ceph/caps.c:312:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:334:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:390:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:574:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:650:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:782:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = cap->session->s_mdsc->fsc->client;
^
fs/ceph/caps.c:807:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:863:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = s->s_mdsc->fsc->client;
^
fs/ceph/caps.c:885:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:975:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:1129:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = session->s_mdsc->fsc->client;
^
fs/ceph/caps.c:1400:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:1722:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:1913:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:1962:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2011:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2354:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2471:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2524:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2749:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2802:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:2958:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:3175:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:3212:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:3328:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:3413:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:3475:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:3788:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:3900:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:3946:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:3998:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/caps.c:4571:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:4616:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/caps.c:4760:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
>> fs/ceph/caps.c:4853:22: warning: variable 'cl' set but not used [-Wunused-but-set-variable]
struct ceph_client *cl;
^
fs/ceph/caps.c:4905:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
36 warnings generated.
--
>> fs/ceph/export.c:39:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/export.c:90:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/export.c:211:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
>> fs/ceph/export.c:304:25: warning: unused variable 'fsc' [-Wunused-variable]
struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb);
^
fs/ceph/export.c:371:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/export.c:423:25: warning: unused variable 'fsc' [-Wunused-variable]
struct ceph_fs_client *fsc = ceph_sb_to_fs_client(sb);
^
6 warnings generated.
--
>> fs/ceph/super.c:122:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/super.c:1060:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/super.c:1152:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/super.c:1207:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/super.c:1244:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
5 warnings generated.
--
>> fs/ceph/addr.c:83:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:141:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:169:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:249:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/addr.c:353:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/addr.c:443:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:574:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:671:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/addr.c:1459:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:1564:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:1629:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:1720:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:1825:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/addr.c:1872:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/addr.c:2028:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = fsc->client;
^
fs/ceph/addr.c:2202:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
16 warnings generated.
--
>> fs/ceph/snap.c:154:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:193:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:296:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:379:10: warning: result of comparison of constant 2305843009213693948 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
if (num > (SIZE_MAX - sizeof(*snapc)) / sizeof(u64))
~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/ceph/snap.c:441:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:538:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/snap.c:675:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:952:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:1202:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/snap.c:1301:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
10 warnings generated.
--
>> fs/ceph/mds_client.c:965:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:1289:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:1701:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:1718:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:1748:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = session->s_mdsc->fsc->client;
^
fs/ceph/mds_client.c:1811:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = session->s_mdsc->fsc->client;
^
fs/ceph/mds_client.c:1879:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/mds_client.c:1993:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = session->s_mdsc->fsc->client;
^
fs/ceph/mds_client.c:2042:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:2099:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = session->s_mdsc->fsc->client;
^
fs/ceph/mds_client.c:2161:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:2244:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:2265:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:2445:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:2483:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:2855:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3274:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3482:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3504:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3528:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3578:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3635:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:3656:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = req->r_mdsc->fsc->client;
^
fs/ceph/mds_client.c:4195:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = req->r_mdsc->fsc->client;
^
fs/ceph/mds_client.c:4208:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = req->r_mdsc->fsc->client;
^
fs/ceph/mds_client.c:4374:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = ceph_inode_to_client(inode);
^
fs/ceph/mds_client.c:4563:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:5095:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = session->s_mdsc->fsc->client;
^
fs/ceph/mds_client.c:5351:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:5430:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:5494:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
fs/ceph/mds_client.c:5539:22: warning: unused variable 'cl' [-Wunused-variable]
struct ceph_client *cl = mdsc->fsc->client;
^
32 warnings generated.
..
vim +/cl +61 fs/ceph/xattr.c
56
57 static ssize_t ceph_vxattrcb_layout(struct ceph_inode_info *ci, char *val,
58 size_t size)
59 {
60 struct ceph_fs_client *fsc = ceph_sb_to_fs_client(ci->netfs.inode.i_sb);
> 61 struct ceph_client *cl = fsc->client;
62 struct ceph_osd_client *osdc = &fsc->client->osdc;
63 struct ceph_string *pool_ns;
64 s64 pool = ci->i_layout.pool_id;
65 const char *pool_name;
66 const char *ns_field = " pool_namespace=";
67 char buf[128];
68 size_t len, total_len = 0;
69 ssize_t ret;
70
71 pool_ns = ceph_try_get_string(ci->i_layout.pool_ns);
72
73 dout_client(cl, "%s %p\n", __func__, &ci->netfs.inode);
74 down_read(&osdc->lock);
75 pool_name = ceph_pg_pool_name_by_id(osdc->osdmap, pool);
76 if (pool_name) {
77 len = snprintf(buf, sizeof(buf),
78 "stripe_unit=%u stripe_count=%u object_size=%u pool=",
79 ci->i_layout.stripe_unit, ci->i_layout.stripe_count,
80 ci->i_layout.object_size);
81 total_len = len + strlen(pool_name);
82 } else {
83 len = snprintf(buf, sizeof(buf),
84 "stripe_unit=%u stripe_count=%u object_size=%u pool=%lld",
85 ci->i_layout.stripe_unit, ci->i_layout.stripe_count,
86 ci->i_layout.object_size, pool);
87 total_len = len;
88 }
89
90 if (pool_ns)
91 total_len += strlen(ns_field) + pool_ns->len;
92
93 ret = total_len;
94 if (size >= total_len) {
95 memcpy(val, buf, len);
96 ret = len;
97 if (pool_name) {
98 len = strlen(pool_name);
99 memcpy(val + ret, pool_name, len);
100 ret += len;
101 }
102 if (pool_ns) {
103 len = strlen(ns_field);
104 memcpy(val + ret, ns_field, len);
105 ret += len;
106 memcpy(val + ret, pool_ns->str, pool_ns->len);
107 ret += pool_ns->len;
108 }
109 }
110 up_read(&osdc->lock);
111 ceph_put_string(pool_ns);
112 return ret;
113 }
114
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-06-14 1:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202306140913.VwDYFVjP-lkp@intel.com \
--to=lkp@intel.com \
--cc=ceph-devel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pdonnell@redhat.com \
--cc=xiubli@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox