OSDN Git Service

fuse: honor AT_STATX_DONT_SYNC
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 20 Mar 2018 16:11:44 +0000 (17:11 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 20 Mar 2018 16:11:44 +0000 (17:11 +0100)
commitff1b89f389a8e64d0a583ce0b0308696f4ab5860
tree5a544ca640bfdaa563743af3f4f7669fc34e16bf
parent73f03c2b4b527346778c711c2734dbff3442b139
fuse: honor AT_STATX_DONT_SYNC

The description of this flag says "Don't sync attributes with the server".
In other words: always use the attributes cached in the kernel and don't
send network or local messages to refresh the attributes.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dir.c