#ifndef LINUX_VHOST_TEST_H #define LINUX_VHOST_TEST_H /* Start a given test on the virtio null device. 0 stops all tests. */ #define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int) #endif http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2017-01-03 18:39:32 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2017-01-03 18:39:32 -0800
commit7a21272b088894070391a94fdd1c67014020fa1d (patch)
tree7e027d557b0a726a76d9db6e7179c590473474e3 /include
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff)
xfs: fix double-cleanup when CUI recovery fails
Dan Carpenter reported a double-free of rcur if _defer_finish fails while we're recovering CUI items. Fix the error recovery to prevent this. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'include')