1
0
Fork 0

ceph: initialize pathbase in the !dentry case in encode_caps_cb()

pathbase is the base inode; set it to 0 if we've got no path.

Coverity-id: 146348
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
hifive-unleashed-5.1
Ilya Dryomov 2016-08-09 16:12:09 +02:00
parent d8734849d8
commit 4eacd4cb3a
1 changed files with 1 additions and 0 deletions

View File

@ -2759,6 +2759,7 @@ static int encode_caps_cb(struct inode *inode, struct ceph_cap *cap,
} else {
path = NULL;
pathlen = 0;
pathbase = 0;
}
spin_lock(&ci->i_ceph_lock);