OSDN Git Service

Add noatime to vfat and exfat
authorRavisankar Reddy <ravisankar.reddy@sony.com>
Mon, 3 Jul 2017 02:25:33 +0000 (11:25 +0900)
committerSzuWei Lin <szuweilin@google.com>
Mon, 31 Jul 2017 10:12:30 +0000 (18:12 +0800)
commit4cc6baf616bee2c8ce6d8935c16641a66112fa95
tree6fd1af46ed980cfe94f66e42ba0d1b7b9307ac8c
parent95a92f9203ca68ab446a7cffd23450f04930fe38
Add noatime to vfat and exfat

testNoAtime is new cts testcase, which verifies all writable
block filesystems are mounted "noatime" toavoid unnecessary
flash churn. So add noatime for vfat.

Bug: 64137815
Test: run cts -m m CtsOsTestCases -t android.os.cts.EnvironmentTest#testNoAtime
Change-Id: I4f42b54ed0d66e09964351da26d0d3bf38d573d6
fs/Vfat.cpp