Skip to content
Commit 9ce6e0be authored by Heiko Carstens's avatar Heiko Carstens Committed by Linus Torvalds
Browse files

fs: add missing prefetch.h include



Fixes this build error on s390 and probably other archs as well:

  fs/inode.c: In function 'new_inode':
  fs/inode.c:894:2: error: implicit declaration of function 'spin_lock_prefetch'

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
[ Happens on architectures that don't define their own prefetch
  functions in <asm/processor.h>, and instead rely on the default
  ones in <linux/prefetch.h>   - Linus]
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent dcb4a1f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment