utime(s): Honour CAP_FOWNER when times==NULL
authorSatyam Sharma <ssatyam@cse.iitk.ac.in>
Mon, 16 Jul 2007 18:54:23 +0000 (00:24 +0530)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 19:14:08 +0000 (12:14 -0700)
commit5b37696fda07b8acf37beba3853f83106397ccdf
tree5f85c318eb7d76ce05adf504c4e209978a70ad47
parent9793c3266755b4cae8915982825b2c07cd12e1c6
utime(s): Honour CAP_FOWNER when times==NULL

do_utimes() does not honour CAP_FOWNER when times==NULL.
Trivial and obvious one-line fix.

Signed-off-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/utimes.c