Searched hist:"31965 ef34802f49903bba06dd7c3b96a2e2ed4e4" (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_error.h | diff 31965ef34802f49903bba06dd7c3b96a2e2ed4e4 Wed Jun 21 02:54:46 CEST 2017 Darrick J. Wong <darrick.wong@oracle.com> xfs: make errortag a per-mountpoint structure
Remove the xfs_etest structure in favor of a per-mountpoint structure. This will give us the flexibility to set as many error injection points as we want, and later enable us to set up sysfs knobs to set the trigger frequency as we wish. This comes at a cost of higher memory use, but unti we hit 1024 injection points (we're at 29) or a lot of mounts this shouldn't be a huge issue.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
|
H A D | xfs_mount.h | diff 31965ef34802f49903bba06dd7c3b96a2e2ed4e4 Wed Jun 21 02:54:46 CEST 2017 Darrick J. Wong <darrick.wong@oracle.com> xfs: make errortag a per-mountpoint structure
Remove the xfs_etest structure in favor of a per-mountpoint structure. This will give us the flexibility to set as many error injection points as we want, and later enable us to set up sysfs knobs to set the trigger frequency as we wish. This comes at a cost of higher memory use, but unti we hit 1024 injection points (we're at 29) or a lot of mounts this shouldn't be a huge issue.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
|
H A D | xfs_ioctl.c | diff 31965ef34802f49903bba06dd7c3b96a2e2ed4e4 Wed Jun 21 02:54:46 CEST 2017 Darrick J. Wong <darrick.wong@oracle.com> xfs: make errortag a per-mountpoint structure
Remove the xfs_etest structure in favor of a per-mountpoint structure. This will give us the flexibility to set as many error injection points as we want, and later enable us to set up sysfs knobs to set the trigger frequency as we wish. This comes at a cost of higher memory use, but unti we hit 1024 injection points (we're at 29) or a lot of mounts this shouldn't be a huge issue.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
|
H A D | xfs_mount.c | diff 31965ef34802f49903bba06dd7c3b96a2e2ed4e4 Wed Jun 21 02:54:46 CEST 2017 Darrick J. Wong <darrick.wong@oracle.com> xfs: make errortag a per-mountpoint structure
Remove the xfs_etest structure in favor of a per-mountpoint structure. This will give us the flexibility to set as many error injection points as we want, and later enable us to set up sysfs knobs to set the trigger frequency as we wish. This comes at a cost of higher memory use, but unti we hit 1024 injection points (we're at 29) or a lot of mounts this shouldn't be a huge issue.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
|