Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39494
b: refs/heads/master
c: d58cdfb
h: refs/heads/master
v: v3
  • Loading branch information
Vasily Tarasov authored and Jens Axboe committed Oct 12, 2006
1 parent 887029e commit 3cbe25a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cea2885a2e989d1dc19af1fc991717b33b7d1456
refs/heads/master: d58cdfb89ce0c6bd5f81ae931a984ef298dbda20
5 changes: 0 additions & 5 deletions trunk/fs/ioprio.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ int ioprio_best(unsigned short aprio, unsigned short bprio)
unsigned short aclass = IOPRIO_PRIO_CLASS(aprio);
unsigned short bclass = IOPRIO_PRIO_CLASS(bprio);

if (!ioprio_valid(aprio))
return bprio;
if (!ioprio_valid(bprio))
return aprio;

if (aclass == IOPRIO_CLASS_NONE)
aclass = IOPRIO_CLASS_BE;
if (bclass == IOPRIO_CLASS_NONE)
Expand Down

0 comments on commit 3cbe25a

Please sign in to comment.