[roll] Roll fuchsia [starnix] Drop out-of-date comment about priority

The patch to which the removed comment refers is
lore.kernel.org/linux-man/20220510220821.1481801-1-tbodt@google.com; it
was sent almost three years ago and accepted after just a few days (so
no need to continue to refer to it in the codebase as a thing that
perhaps-might-happen-if-it-hasn't-already-happened). To carry the load
carried by the earlier comment we add new comments on each of
`sys_getpriority` and `sys_setpriority` - it might seem like in so
doing we're swinging an overly-heavy hammer, but... the asymmetry is
really surprising to those coming to this area of the code and not
familiar with the subtlety (at least, that was how I felt 🙂).

We also tweak the names of the fields in the code itself to more
clearly communicate when we are dealing with "user-space" priorities
versus "raw" priorities - it was weird how `priority` was assigned once
in each regime (as a parameter in -20..19 "user-space" and as a local
field in 1..40 "raw").

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198288
Original-Revision: a3c6461531c18efdff4269ea9e31db33480200fe
GitOrigin-RevId: 2c7a9ac588dd287eebf6adeb5b9b5f6119cff05e
Change-Id: Ia251f02014383939b12e8eb0482f26dd6b6456ab
1 file changed
tree: cd1ad6833dca0d117497774c64a4eda7c6f46d9b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.