summaryrefslogtreecommitdiff
path: root/screen.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-24ifpps, flowtop: Move ncurses init and end to common moduleTobias Klauser1-0/+24
tr>
authorAhmed Samy <f.fallen45@gmail.com>2016-04-17 05:37:09 +0000
committerMike Snitzer <snitzer@redhat.com>2016-04-17 11:24:46 -0400
commit6545b60baaf880b0cd29a5e89dbe745a06027e89 (patch)
treee62ed5c8c4263e76c339804d74b47caff975076f
parent9567366fefddeaea4ed1d713270535d93a3b3c76 (diff)
dm cache metadata: fix cmd_read_lock() acquiring write lock
Commit 9567366fefdd ("dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros") uses down_write() instead of down_read() in cmd_read_lock(), yet up_read() is used to release the lock in READ_UNLOCK(). Fix it. Fixes: 9567366fefdd ("dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros") Cc: stable@vger.kernel.org Signed-off-by: Ahmed Samy <f.fallen45@gmail.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat