CAM: Replicate e0ceec676dc8 from da to ada and nda.
MFC after: 1 week
This commit is contained in:
parent
6e24fe6128
commit
38f8addaab
@ -3704,6 +3704,9 @@ adashutdown(void *arg, int howto)
|
|||||||
{
|
{
|
||||||
int how;
|
int how;
|
||||||
|
|
||||||
|
if ((howto & RB_NOSYNC) != 0)
|
||||||
|
return;
|
||||||
|
|
||||||
adaflush();
|
adaflush();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1354,6 +1354,9 @@ static void
|
|||||||
ndashutdown(void *arg, int howto)
|
ndashutdown(void *arg, int howto)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if ((howto & RB_NOSYNC) != 0)
|
||||||
|
return;
|
||||||
|
|
||||||
ndaflush();
|
ndaflush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user