#include void main(void) { pthread_rwlock_t a, b; pthread_rwlock_init(&a, NULL); pthread_rwlock_init(&b, NULL); pthread_rwlock_wrlock(&a); pthread_rwlock_rdlock(&b); pthread_rwlock_wrlock(&a); } e' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Goudar <ganeshgr@chelsio.com>2017-01-31 13:21:50 +0530
committerDavid S. Miller <davem@davemloft.net>2017-01-31 13:33:29 -0500
commit0d909aa7c276584cc17413a7bec64d4fb5da2968 (patch)
tree1ed18c80eba833c6d1f392dbbf04a0ef3ef856cb
parent4d1ceea8516cd6adf21f6b75995e2a7d4f376f9b (diff)
cxgb4: update latest firmware version supported
Change t4fw_version.h to update latest firmware version number 1.16.26.0. Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>