diff options
| author | Dongsheng Yang <[email protected]> | 2015-11-07 04:46:11 +0000 |
|---|---|---|
| committer | Richard Weinberger <[email protected]> | 2015-11-07 10:35:08 +0000 |
| commit | 8c1c5f263833ec2dc8fd716cf4281265c485d7ad (patch) | |
| tree | eb2192812a04954d607b587bd563afe8812103c5 /net/unix/af_unix.c | |
| parent | ubifs: make ubifs_[get|set]xattr atomic (diff) | |
| download | kernel-8c1c5f263833ec2dc8fd716cf4281265c485d7ad.tar.gz kernel-8c1c5f263833ec2dc8fd716cf4281265c485d7ad.zip | |
ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
To make ubifs support atime flexily, this commit introduces
a Kconfig option named as UBIFS_ATIME_SUPPORT.
With UBIFS_ATIME_SUPPORT=n:
ubifs keeps the full compatibility to no_atime from
the start of ubifs.
=================UBIFS_ATIME_SUPPORT=n=======================
-o - no atime
-o atime - no atime
-o noatime - no atime
-o relatime - no atime
-o strictatime - no atime
-o lazyatime - no atime
With UBIFS_ATIME_SUPPORT=y:
ubifs supports the atime same with other main stream
file systems.
=================UBIFS_ATIME_SUPPORT=y=======================
-o - default behavior (relatime currently)
-o atime - atime support
-o noatime - no atime support
-o relatime - relative atime support
-o strictatime - strict atime support
-o lazyatime - lazy atime support
Signed-off-by: Dongsheng Yang <[email protected]>
Reviewed-by: Richard Weinberger <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
