]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/inode.c
fs: add missing prefetch.h include
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 22 May 2011 16:54:21 +0000 (18:54 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 May 2011 18:26:02 +0000 (11:26 -0700)
commit9ce6e0be0626a5de2aca8b769a4aa57086257156
treea6c2d49e85c8aca4665d54f8a3629196d5f7fd23
parentdcb4a1f0e0367efb813907e5083998bbb98b0456
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: Heiko 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: Linus Torvalds <torvalds@linux-foundation.org>
fs/inode.c