Have I made this hardware SPI transfer as fast as possible?

Nevermind, figured it out. I have to read or write SPDR to clear the flag. Since I don't want to write another byte, I read it into a temp variable, and the flag gets cleared.