diff options
| author | Miklos Szeredi <mszeredi@redhat.com> | 2018-07-18 09:44:43 -0400 |
|---|---|---|
| committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-07-18 09:44:43 -0400 |
| commit | 88059de155d4db817a3a78ba899cb3b7f4de0fb0 (patch) | |
| tree | 21e666328a80e7069439565cca55c37387f42a47 /include/linux/dcache.h | |
| parent | a6795a585929d94ca3e931bc8518f8deb8bbe627 (diff) | |
Revert "ovl: fix relatime for directories"
This reverts commit cd91304e7190b4c4802f8e413ab2214b233e0260.
Overlayfs no longer relies on the vfs correct atime handling.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/linux/dcache.h')
| -rw-r--r-- | include/linux/dcache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 66c6e17e61e5..ddae4103d324 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
| @@ -564,9 +564,6 @@ static inline struct dentry *d_backing_dentry(struct dentry *upper) | |||
| 564 | return upper; | 564 | return upper; |
| 565 | } | 565 | } |
| 566 | 566 | ||
| 567 | /* d_real() flags */ | ||
| 568 | #define D_REAL_UPPER 0x2 /* return upper dentry or NULL if non-upper */ | ||
| 569 | |||
| 570 | /** | 567 | /** |
| 571 | * d_real - Return the real dentry | 568 | * d_real - Return the real dentry |
| 572 | * @dentry: the dentry to query | 569 | * @dentry: the dentry to query |
