xfs
[Top] [All Lists]

TAKE 928101 - Fix compilations for parisc

To: linux-xfs@xxxxxxxxxxx, sgi.bugs.xfs@xxxxxxxxxxxxxxxxx
Subject: TAKE 928101 - Fix compilations for parisc
From: Christoph Hellwig <hch@xxxxxxx>
Date: Sun, 09 Jan 2005 16:52:07 -0600
Sender: linux-xfs-bounce@xxxxxxxxxxx
Date:  Sun Jan  9 14:51:45 PST 2005
Workarea:  maine.americas.sgi.com:/home/daisy40/hch/ptools/xfs-2.6.x
Inspected by:  nathans

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/linux/2.6.x-xfs


Modid:  xfs-linux:xfs-kern:185439a
fs/xfs/linux-2.6/xfs_buf.c - 1.186
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_buf.c.diff?r1=text&tr1=1.186&r2=text&tr2=1.185&f=h
        - pagebuf_lock_value dereferences struct semaphore, but the layout of   
          
          it is machine-dependent.  Most architectures use a layout were        
          
          the dereference in pagebuf_lock_value is fine, but for example        
          
          parisc doesn't.                                                       
          
          pagebuf_lock_value isn't ever called in non-debug builds so compile   
          
          it only for debug builds

fs/xfs/linux-2.4/xfs_buf.c - 1.202
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_buf.c.diff?r1=text&tr1=1.202&r2=text&tr2=1.201&f=h
        - pagebuf_lock_value dereferences struct semaphore, but the layout of   
          
          it is machine-dependent.  Most architectures use a layout were        
          
          the dereference in pagebuf_lock_value is fine, but for example        
          
          parisc doesn't.                                                       
          
          pagebuf_lock_value isn't ever called in non-debug builds so compile   
          
          it only for debug builds

fs/xfs/linux-2.6/xfs_ksyms.c - 1.13
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_ksyms.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h
        - pagebuf_lock_value dereferences struct semaphore, but the layout of   
          
          it is machine-dependent.  Most architectures use a layout were        
          
          the dereference in pagebuf_lock_value is fine, but for example        
          
          parisc doesn't.                                                       
          
          pagebuf_lock_value isn't ever called in non-debug builds so compile   
          
          it only for debug builds

fs/xfs/linux-2.4/xfs_ksyms.c - 1.10
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.4/xfs_ksyms.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.9&f=h
        - pagebuf_lock_value dereferences struct semaphore, but the layout of   
          
          it is machine-dependent.  Most architectures use a layout were        
          
          the dereference in pagebuf_lock_value is fine, but for example        
          
          parisc doesn't.                                                       
          
          pagebuf_lock_value isn't ever called in non-debug builds so compile   
          
          it only for debug builds



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE 928101 - Fix compilations for parisc, Christoph Hellwig <=