Displaying 3 results from an estimated 3 matches for "mtnop".
2005 Aug 09
1
Net RPC Vampire not sucking all groups
...y. Vampire log is below with an example of
what is going wrong.
vampire.log
Fetching DOMAIN database
Creating unix group: 'skischool'
Creating unix group: 'sales'
Creating unix group: 'Aramark'
Creating unix group: 'purchasing'
Creating unix group: 'MtnOps'
Creating unix group: '2005comptrol'
Creating unix group: 'accounting'
Creating unix group: 'bourgeausrvcs'
Creating unix group: 'guestsrvcs'
Creating unix group: 'inn'
Creating unix group: 'hr'
Creating unix group: 'test'
Creatin...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
..._CFG_F;
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c
index e2e5356a997d..43f7624508a9 100644
--- a/drivers/scsi/st.c
+++ b/drivers/scsi/st.c
@@ -2844,11 +2844,10 @@ static int st_int_ioctl(struct scsi_tape *STp, unsigned int cmd_in, unsigned lon
fileno = blkno = at_sm = 0;
break;
case MTNOP:
DEBC_printk(STp, "No op on tape.\n");
return 0; /* Should do something ? */
- break;
case MTRETEN:
cmd[0] = START_STOP;
if (STp->immediate) {
cmd[1] = 1; /* Don't wait for completion */
timeout = STp->device->request_queue->rq_timeout;
diff --git a/...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
..._CFG_F;
diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c
index e2e5356a997d..43f7624508a9 100644
--- a/drivers/scsi/st.c
+++ b/drivers/scsi/st.c
@@ -2844,11 +2844,10 @@ static int st_int_ioctl(struct scsi_tape *STp, unsigned int cmd_in, unsigned lon
fileno = blkno = at_sm = 0;
break;
case MTNOP:
DEBC_printk(STp, "No op on tape.\n");
return 0; /* Should do something ? */
- break;
case MTRETEN:
cmd[0] = START_STOP;
if (STp->immediate) {
cmd[1] = 1; /* Don't wait for completion */
timeout = STp->device->request_queue->rq_timeout;
diff --git a/...