commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 26/61: fatfs: simplify expression


From: Samuel Thibault
Subject: [hurd] 26/61: fatfs: simplify expression
Date: Tue, 27 May 2014 08:32:11 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit c9fa217a8ed0c167c41800e892c913c1649463a8
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 01:13:47 2014 +0200

    fatfs: simplify expression
    
    * fatfs/pager.c (add_pager_max_prot): Simplify expression.
---
 fatfs/pager.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fatfs/pager.c b/fatfs/pager.c
index 8146e64..6180aac 100644
--- a/fatfs/pager.c
+++ b/fatfs/pager.c
@@ -1008,8 +1008,7 @@ diskfs_max_user_pager_prot ()
             max_prot |= upi->max_prot;
           /* Stop iterating if MAX_PROT is as filled as it is going to
             get.  */
-          return (max_prot
-                 == (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE)) ? 1 : 0;
+          return max_prot == (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE);
         }
 
       disable_caching ();               /* Make any silly pagers go away.  */

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]