xfs
[Top] [All Lists]

TAKE - Compile fixes, memory allocation improvements.

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - Compile fixes, memory allocation improvements.
From: Russell Cattelan <n8994@xxxxxxx>
Date: Wed, 19 Apr 2000 18:24:27 -0500 (CDT)
Sender: owner-linux-xfs@xxxxxxxxxxx
Modid:  2.3.99pre2-xfs:slinx:58584a
Date:  Wed Apr 19 16:23:45 PDT 2000
Workarea:  nt8.americas.sgi.com:/data/clink/io/cattelan/x2.3-99-xfs

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

cmd/xfs/db/check.c - 1.49
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/cmd/xfs/db/check.c.diff?r1=text&tr1=1.49&r2=text&tr2=1.48&f=h
cmd/xfs/db/frag.c - 1.13
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/cmd/xfs/db/frag.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h
cmd/xfs/repair/incore.h - 1.31
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/cmd/xfs/repair/incore.h.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h
        - Added missing flag_arch to appropiate macros.

linux/fs/xfs/linux/xfs_random.c - 1.31
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/linux/xfs_random.c.diff?r1=text&tr1=1.31&r2=text&tr2=1.30&f=h
        - kmem_alloc now call vmalloc for sizes over 128k 
          This doesn't solve all the large memory cases but 
          it is a start.
          note: kmem_realloc could be rewritten to be more efficient.

linux/fs/xfs/pseudo-inc/sys/kmem.h - 1.6
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/pseudo-inc/sys/kmem.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.5&f=h
        - changed prototype for kmem_alloc... add oldsize.

linux/fs/xfs/pseudo-inc/sys/types.h - 1.15
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/pseudo-inc/sys/types.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h
        - removed typdefs of linux_caddr_t linux_daddr_t and linux_inod_t 

linux/fs/xfs/xfs_buf.h - 1.48
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_buf.h.diff?r1=text&tr1=1.48&r2=text&tr2=1.47&f=h
        - removed incorrect call to pagebuf_relse in xfs_buf_undelay.

linux/fs/xfs/xfs_fsops.c - 1.51
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_fsops.c.diff?r1=text&tr1=1.51&r2=text&tr2=1.50&f=h
linux/fs/xfs/xfs_inode.c - 1.280
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_inode.c.diff?r1=text&tr1=1.280&r2=text&tr2=1.279&f=h
linux/fs/xfs/xfs_log_recover.c - 1.175
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_log_recover.c.diff?r1=text&tr1=1.175&r2=text&tr2=1.174&f=h
linux/fs/xfs/xfs_mount.c - 1.217
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_mount.c.diff?r1=text&tr1=1.217&r2=text&tr2=1.216&f=h
linux/fs/xfs/xfs_os_defs.h - 1.5
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_os_defs.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.4&f=h
        - Changed kmem_realloc to include oldsize.


<Prev in Thread] Current Thread [Next in Thread>