• Deepa Dinamani's avatar
    9p: Fill min and max timestamps in sb · d5c6e2d5
    Deepa Dinamani authored
    struct p9_wstat and struct p9_stat_dotl indicate that the
    wire transport uses u32 and u64 fields for timestamps.
    Fill in the appropriate limits to avoid inconsistencies in
    the vfs cached inode times when timestamps are outside the
    permitted range.
    
    Note that the upper bound for V9FS_PROTO_2000L is retained as S64_MAX.
    This is because that is the upper bound supported by vfs.
    Signed-off-by: default avatarDeepa Dinamani <deepa.kernel@gmail.com>
    Acked-by: default avatarJeff Layton <jlayton@kernel.org>
    Cc: ericvh@gmail.com
    Cc: lucho@ionkov.net
    Cc: asmadeus@codewreck.org
    Cc: v9fs-developer@lists.sourceforge.net
    d5c6e2d5
vfs_super.c 8.03 KB