On Wed, Apr 08, 2020 at 02:17:34PM +0300, Dan Carpenter wrote: > Hello Jeff Layton, > > The patch 9a8d03ca2e2c: "ceph: attempt to do async create when > possible" from Nov 27, 2019, leads to the following static checker > warning: > > fs/ceph/file.c:540 ceph_async_create_cb() > error: uninitialized symbol 'base'. Sorry, see the unlink function as well. fs/ceph/dir.c:1072 ceph_async_unlink_cb() error: uninitialized symbol 'pathlen'. regards, dan carpenter