]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: fix NULL dereference in ceph_queue_cap_snap()
authorYan, Zheng <zyan@redhat.com>
Wed, 15 Jun 2016 12:51:22 +0000 (20:51 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 28 Jul 2016 00:55:40 +0000 (02:55 +0200)
commitfce8515741dfb6a233927262555295788ad22ca7
treefcd383bba57d18d30bc6a983c2137d4908064fb8
parent9a5530c63889ac928a45c4645ab0bc23b4fbfcb8
ceph: fix NULL dereference in ceph_queue_cap_snap()

old_snapc->seq is used in dout(...)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/snap.c