Re: [PATCH] vfs: constify arguments to utime family of system calls

2016-02-29 Thread kbuild test robot
Hi Eric, [auto build test WARNING on tip/timers/core] [also build test WARNING on v4.5-rc6 next-20160229] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Eric-Biggers/vfs-constify-arguments-to-

[PATCH] vfs: constify arguments to utime family of system calls

2016-02-29 Thread Eric Biggers
The system calls to set file times: utime(), utimes(), futimesat(), and utimensat(), all take in pointers to a filename and time information, neither of which is modified. Mark the pointed-to data as 'const' to better reflect the semantics. Signed-off-by: Eric Biggers --- arch/alpha/kernel/osf_