xfs
[Top] [All Lists]

TAKE - remove bcopy

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - remove bcopy
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Oct 2002 13:15:53 +1000 (EST)
Sender: linux-xfs-bounce@xxxxxxxxxxx
Global search and replace of the b* memory routines to their mem* equivalents.
(bcopy->memcopy, ovbcopy->memmove, bzero->memset, bcmp->memcmp).


Date:  Tue Oct  8 20:04:20 PDT 2002
Workarea:  snort.melbourne.sgi.com:/home/nathans/linux-xfs

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


Modid:  2.4.x-xfs:slinx:129465a
linux/fs/xfs/dmapi/dmapi_event.c - 1.9
linux/fs/xfs/dmapi/dmapi_register.c - 1.19
linux/fs/xfs/dmapi/dmapi_right.c - 1.14
linux/fs/xfs/dmapi/dmapi_session.c - 1.13


Date:  Tue Oct  8 20:06:48 PDT 2002
Workarea:  snort.melbourne.sgi.com:/home/nathans/linux-xfs

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


Modid:  2.4.x-xfs:slinx:129466a
linux/fs/xfs/xfs_log.c - 1.255
linux/fs/xfs/xfs_ialloc.c - 1.159
linux/fs/xfs/xfs_buf_item.c - 1.128
linux/fs/xfs/xfs_trans_inode.c - 1.39
linux/fs/xfs/xfs_da_btree.c - 1.134
linux/fs/xfs/xfs_vnodeops.c - 1.567
linux/fs/xfs/xfs_dir2_block.c - 1.26
linux/fs/xfs/xfs_attr_fetch.c - 1.12
linux/fs/xfs/xfs_dir.c - 1.142
linux/fs/xfs/xfs_rtalloc.c - 1.79
linux/fs/xfs/xfs_itable.c - 1.111
linux/fs/xfs/xfs_ialloc_btree.c - 1.68
linux/fs/xfs/xfs_dmapi.c - 1.81
linux/fs/xfs/xfs_inode_item.c - 1.104
linux/fs/xfs/xfs_qm_syscalls.c - 1.68
linux/fs/xfs/xfs_log_recover.c - 1.245
linux/fs/xfs/xfs_bmap_btree.c - 1.126
linux/fs/xfs/xfs_dir2_sf.h - 1.14
linux/fs/xfs/xfs_dir2_sf.c - 1.31
linux/fs/xfs/xfs_dquot.c - 1.70
linux/fs/xfs/xfs_dir_leaf.c - 1.104
linux/fs/xfs/xfs_mount.c - 1.304
linux/fs/xfs/xfs_qm.c - 1.87
linux/fs/xfs/xfs_dir2_data.c - 1.19
linux/fs/xfs/xfs_inode.c - 1.353
linux/fs/xfs/xfs_dir2_trace.c - 1.13
linux/fs/xfs/xfs_dir2_leaf.c - 1.28
linux/fs/xfs/xfs_attr_leaf.c - 1.64
linux/fs/xfs/xfs_error.c - 1.34
linux/fs/xfs/xfs_utils.c - 1.54
linux/fs/xfs/xfs_dir_sf.h - 1.21
linux/fs/xfs/xfs_fsops.c - 1.86
linux/fs/xfs/xfs_bmap.c - 1.293
linux/fs/xfs/xfs_alloc_btree.c - 1.71
linux/fs/xfs/xfs_trans_buf.c - 1.104
linux/fs/xfs/xfs_dir2_node.c - 1.27
linux/fs/xfs/xfs_attr.c - 1.97
linux/fs/xfs/xfs_dir2.c - 1.39
linux/fs/xfs/linux/xfs_iops.c - 1.178
linux/fs/xfs/xfs_arch.h - 1.36
linux/fs/xfs/linux/xfs_ioctl.c - 1.78
linux/fs/xfs/support/uuid.c - 1.9
linux/fs/xfs/support/move.h - 1.10
linux/fs/xfs/support/move.c - 1.9
linux/fs/xfs/xfs_fs.h - 1.4


<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - remove bcopy, Nathan Scott <=