mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 12:10:38 -04:00
Orangefs: added a couple of WARN_ONs, perhaps just temporarily.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
@@ -250,6 +250,7 @@ static ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inod
|
|||||||
* put error codes in downcall so that handle_io_error()
|
* put error codes in downcall so that handle_io_error()
|
||||||
* preserves it properly
|
* preserves it properly
|
||||||
*/
|
*/
|
||||||
|
WARN_ON(!op_state_serviced(new_op));
|
||||||
new_op->downcall.status = ret;
|
new_op->downcall.status = ret;
|
||||||
handle_io_error();
|
handle_io_error();
|
||||||
goto out;
|
goto out;
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ int service_operation(struct orangefs_kernel_op_s *op,
|
|||||||
|
|
||||||
/* op uses shared memory */
|
/* op uses shared memory */
|
||||||
if (orangefs_get_bufmap_init() == 0) {
|
if (orangefs_get_bufmap_init() == 0) {
|
||||||
|
WARN_ON(1);
|
||||||
/*
|
/*
|
||||||
* This operation uses the shared memory system AND
|
* This operation uses the shared memory system AND
|
||||||
* the system is not yet ready. This situation occurs
|
* the system is not yet ready. This situation occurs
|
||||||
|
|||||||
Reference in New Issue
Block a user