syscall_other: optimisations
authorAlan Cox <alan@etchedpixels.co.uk>
Wed, 5 Nov 2014 19:20:56 +0000 (19:20 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Wed, 5 Nov 2014 19:20:56 +0000 (19:20 +0000)
commit04db32e9b7ae9358a6348edd022c976346a13d5c
treea4f4256232de6702a919d8aa3b5c2a29b1c036c5
parent38fcfe6d944509d2f111f2204075f9d84f187a8d
syscall_other: optimisations

Cache the inode calculation in execve, otherwise each loop pass must recompute
it as the compiler can't know the functions don't touch it.

Add a couple of staticfasts
Kernel/syscall_other.c