]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fuse: rename fuse_write_update_size()
authorMiklos Szeredi <mszeredi@redhat.com>
Fri, 22 Oct 2021 15:03:02 +0000 (17:03 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 28 Oct 2021 07:45:32 +0000 (09:45 +0200)
commit27ae449ba26eb6c1cd217fa28339841c55bc79e1
treecef5b254eaaca250c9a958ccc92f025f776f644f
parent8c56e03d2e08d83776c89e4b6563ca8cfdf7da54
fuse: rename fuse_write_update_size()

This function already updates the attr_version in fuse_inode, regardless of
whether the size was changed or not.

Rename the helper to fuse_write_update_attr() to reflect the more generic
nature.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dax.c
fs/fuse/dev.c
fs/fuse/file.c
fs/fuse/fuse_i.h