linux_dsm_epyc7002/fs/ceph
Jeff Layton 6c2838fbde ceph: unlock dangling spinlock in try_flush_caps()
sparse warns:

  fs/ceph/caps.c:2042:9: warning: context imbalance in 'try_flush_caps' - wrong count at exit

We need to exit this function with the lock unlocked, but a couple of
cases leave it locked.

Cc: stable@vger.kernel.org
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-10-25 08:31:15 +02:00
..
acl.c
addr.c
cache.c The highlights include: 2017-09-12 20:03:53 -07:00
cache.h
caps.c ceph: unlock dangling spinlock in try_flush_caps() 2017-10-25 08:31:15 +02:00
ceph_frag.c
debugfs.c
dir.c
export.c
file.c
inode.c
ioctl.c
ioctl.h
Kconfig
locks.c
Makefile
mds_client.c ceph: fix __choose_mds() for LSSNAP request 2017-10-02 16:18:16 +02:00
mds_client.h ceph: avoid panic in create_session_open_msg() if utsname() returns NULL 2017-09-19 21:04:52 +02:00
mdsmap.c
snap.c ceph: properly queue cap snap for newly created snap realm 2017-10-02 16:18:01 +02:00
strings.c
super.c
super.h
xattr.c