Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: compat: remove redundant check of nr_segs
nr_segs should never be less than zero as its type is unsigned long, so let's remove this check. Signed-off-by: Shawn Lin <[email protected]> Signed-off-by: Al Viro <[email protected]>
- Loading branch information