Commit da4f777
committed
NFSD: Remove a never-true comparison
fh_size is an unsigned int, thus it can never be less than 0.
Fixes: d8b2607 ("NFSD: simplify struct nfsfh")
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>1 parent d08bf5e commit da4f777
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
0 commit comments