Implement dm_get_bulkall
Date: Thu Oct 16 12:31:15 PDT 2003
Workarea: clink.americas.sgi.com:/data/clink/a67/roehrich/2.4.x-xfs
Author: roehrich
Merged by: roehrich
Merged mods: 2.4.x-xfs-kern:slinx:159760a
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: xfs-linux:slinx:159760a
linux/fs/xfs/xfs_itable.c - 1.119
- Merge of 2.4.x-xfs-kern:slinx:159760a by roehrich.
Change xfs_bulkstat() to take a pointer to private data that
the formatter will use for its own purposes. Keep track of the buffer
size in bytes rather than in units of statstruct_size. Tell the
formatter how big the buffer is, and let the formatter tell us
how much it used.
linux/fs/xfs/xfs_itable.h - 1.41
- Merge of 2.4.x-xfs-kern:slinx:159760a by roehrich.
Update prototypes of xfs_bulkstat and bulkstat_one_pf.
linux/fs/xfs/quota/xfs_qm_syscalls.c - 1.6
- Merge of 2.4.x-xfs-kern:slinx:159760a by roehrich.
Update use of xfs_bulkstat.
linux/fs/xfs/quota/xfs_qm.c - 1.7
- Merge of 2.4.x-xfs-kern:slinx:159760a by roehrich.
Update use of xfs_bulkstat.
linux/fs/xfs/dmapi/dmapi_xfs.c - 1.22
- Merge of 2.4.x-xfs-kern:slinx:159760a by roehrich.
Change DM_STAT_SIZE to take a type parameter.
Provide implementation for dm_get_bulkall_rvp().
Modify xfs_dm_bulkstat_one() to handle dm_xstat_t or dm_stat_t.
Change xfs_dm_get_config() to return TRUE for DM_CONFIG_BULKALL.
linux/fs/xfs/linux/xfs_ioctl.c - 1.100
- Merge of 2.4.x-xfs-kern:slinx:159760a by roehrich.
Update use of xfs_bulkstat.
|