commit | 9cf16b380af5bab7d0952b9aad0601ebf986de69 | [log] [tgz] |
---|---|---|
author | Christian Brauner <brauner@kernel.org> | Fri Sep 22 13:49:05 2023 +0200 |
committer | Christian Brauner <brauner@kernel.org> | Fri Sep 22 14:09:06 2023 +0200 |
tree | 3874ee5fc0494deab441b041362e733523e96c46 | |
parent | dede367149c48822c9f699291d71a3211c2a91bb [diff] |
fsconfig: ensure that dirfd is set to aux The code in fs_param_is_fd() expects param->dirfd to be set to the fd that was used to set param->file to initialize result->uint_32. So make sure it's set so users like autofs using FSCONFIG_SET_FD with the new mount api can rely on this to be set to the correct value. Link: https://lore.kernel.org/lkml/20230922-vorbringen-spaghetti-946729122076@brauner Signed-off-by: Christian Brauner <brauner@kernel.org>