Commit e81f574d authored by Al Viro's avatar Al Viro
Browse files

__io_setxattr(): constify path

parent 5b09c9fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ int io_fsetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
}

static int __io_setxattr(struct io_kiocb *req, unsigned int issue_flags,
			struct path *path)
			const struct path *path)
{
	struct io_xattr *ix = io_kiocb_to_cmd(req, struct io_xattr);
	int ret;