From: OGAWA Hirofumi Date: Mon, 28 Apr 2008 09:16:26 +0000 (-0700) Subject: fat: Add allow_utime option X-Git-Tag: v2.6.26-rc1~728 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae43f826b6cb951fc5b0f9c92372a8d5b63c7f9;p=pandora-kernel.git fat: Add allow_utime option Normally utime(2) checks current process is owner of the file, or it has CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid as on disk info, so normal check is too unflexible. With this option you can relax it. Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed