mirror_zfs/module
Ned Bass da6b4005c9 Fix stack zio_execute()
Implement zio_execute() as a wrapper around the static function
__zio_execute() so that we can force  __zio_execute() to be inlined.
This reduces stack overhead which is important because __zio_execute()
is called recursively in several zio code paths.  zio_execute() itself
cannot be inlined because it is externally visible.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-31 08:38:50 -07:00
..
avl Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
nvpair Fix gcc uninitialized variable warnings 2010-08-31 08:38:43 -07:00
unicode Fix gcc missing parenthesis warnings 2010-08-31 08:38:35 -07:00
zcommon Fix gcc missing parenthesis warnings 2010-08-31 08:38:35 -07:00
zfs Fix stack zio_execute() 2010-08-31 08:38:50 -07:00
.gitignore Add .gitignore files to exclude build products 2010-01-08 11:35:17 -08:00