fuse: move fuse_invalidate_attr() into fuse_update_ctime()
authorMiklos Szeredi <mszeredi@redhat.com>
Fri, 22 Oct 2021 15:03:01 +0000 (17:03 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 22 Oct 2021 15:03:01 +0000 (17:03 +0200)
commit371e8fd02969383204b1f6023451125dbc20dfbd
tree43cce9294d0ab65feafeb9287e3888ffd5dac85b
parentb5d9758297858288f1d8cd9b24a4e2f899f169e0
fuse: move fuse_invalidate_attr() into fuse_update_ctime()

Logically it belongs there since attributes are invalidated due to the
updated ctime.  This is a cleanup and should not change behavior.

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