xfs
[Top] [All Lists]

TAKE - fix some 64 bit isms in XFS + a pagebuf fix

To: unlisted-recipients:; (no To-header on input)
Subject: TAKE - fix some 64 bit isms in XFS + a pagebuf fix
From: Steve Lord <lord@xxxxxxx>
Date: Mon, 7 Aug 2000 09:35:32 -0500
Sender: owner-linux-xfs-announce@xxxxxxxxxxx
A couple of compile fixes for the Alpha from Thomas Graichen 
<graichen@xxxxxxxxxxxxx>, plus change the disk location passed into pagebufs to 
be a 64 bit
quantity, plus a workaround for the page daemon going into infinite loops
looking for pages which are not there.

Date:  Mon Aug  7 07:33:51 PDT 2000
Workarea:  jen.americas.sgi.com:/src/lord/xfs-linux.2.4.0-test5

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs


Modid:  2.4.0-test1-xfs:slinx:71480a
linux/fs/xfs/xfs_buf.h - 1.58
        - Use page_buf_daddr_t as the casting type for pb_bn.

linux/fs/xfs/linux/xfs_file.c - 1.33
        - Change long long to loff_t for 64 bit builds

linux/include/linux/page_buf.h - 1.56
        - use loff_t as the type for a pagebuf disk address.

linux/fs/pagebuf/page_buf_io.c - 1.18
        - Fix some type issues on 64 bit platforms, a couple of code cleanups, 
and
          do not allow the page cleaner to loop for ever.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - fix some 64 bit isms in XFS + a pagebuf fix, Steve Lord <=