K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-12-16T18:01:41.186342Z K 7 svn:log V 243 fd: remove redundant saturation check from fget_unlocked_seq refcount_acquire_if_not_zero returns true on saturation. The case of 0 is handled by looping again, after which the originally found pointer will no longer be there. Noted by: kib END