diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-07-09 14:18:28 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:10:06 -0400 |
commit | 07f293c8630d5bdae1615e6add90c76fed333d20 (patch) | |
tree | 294c39f019977e99c421856897199187dd4af794 /fs/bcachefs/xattr.h | |
parent | ca630f1d3767c20026b33ba1603017e5c8e9da5a (diff) |
bcachefs: bch2_xattr_set() now updates ctime
Fixes fstests generic/728
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/xattr.h')
-rw-r--r-- | fs/bcachefs/xattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/xattr.h b/fs/bcachefs/xattr.h index ad568c06e1f8..f5a52e3a6016 100644 --- a/fs/bcachefs/xattr.h +++ b/fs/bcachefs/xattr.h @@ -40,7 +40,7 @@ struct bch_inode_info; /* Exported for cmd_migrate.c in tools: */ int bch2_xattr_set(struct btree_trans *, subvol_inum, - const struct bch_hash_info *, + struct bch_inode_unpacked *, const struct bch_hash_info *, const char *, const void *, size_t, int, int); ssize_t bch2_xattr_list(struct dentry *, char *, size_t); |