MS_RELATIME
((flags & (MS_NOATIME | MS_NODIRATIME | MS_RELATIME |
if (flags & MS_RELATIME)
mnt_flags |= MS_RELATIME;
if (!test_unpriv_remount_atime(MS_RELATIME,
if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME,
#ifndef MS_RELATIME
MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0);
mnt_flags |= MS_RELATIME;
#ifndef MS_RELATIME
MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0);
expected_flags |= MS_RELATIME;
expected_flags |= MS_RELATIME;
expected_flags |= MS_RELATIME;
expected_flags |= MS_RELATIME;
expected_flags |= MS_RELATIME;
expected_flags &= ~MS_RELATIME;