[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A97A7FD.1000202@in.ibm.com>
Date: Fri, 28 Aug 2009 15:18:45 +0530
From: Suzuki Poulose <suzuki@...ibm.com>
To: akpm@...ux-foundation.org
CC: lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] Fix compat_sys_utimensat
Hi,
The compat_utimensat syscall does not ignore tv_sec field when tv_nsec
is set to UTIME_OMIT/UTIME_NOW and returns -EINVAL.
This problem was revealed with the utimensat_tests from LTP.
The utimensat() syscall works fine.
Attaching a patch for the issue. The patch has been tested and verified
to fix the issue.
Please apply.
Thanks,
Suzuki
View attachment "fix-compat-utimensat-syscall.diff" of type "text/plain" (921 bytes)
Powered by blists - more mailing lists