Skip to content

Commit

Permalink
Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk
Browse files Browse the repository at this point in the history
  • Loading branch information
behlendorf committed Aug 2, 2010
2 parents bd4701a + 8481c9b commit 640888e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/zfs/spa.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const zio_taskq_info_t zio_taskqs[ZIO_TYPES][ZIO_TASKQ_TYPES] = {

static dsl_syncfunc_t spa_sync_props;
static boolean_t spa_has_active_shared_spare(spa_t *spa);
static int spa_load_impl(spa_t *spa, uint64_t, nvlist_t *config,
static inline int spa_load_impl(spa_t *spa, uint64_t, nvlist_t *config,
spa_load_state_t state, spa_import_type_t type, boolean_t mosconfig,
char **ereport);

Expand Down
3 changes: 1 addition & 2 deletions module/zfs/zio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,7 @@ zio_interrupt(zio_t *zio)
*/
static zio_pipe_stage_t *zio_pipeline[];

__attribute__((always_inline))
inline void
void
zio_execute(zio_t *zio)
{
zio->io_executor = curthread;
Expand Down

0 comments on commit 640888e

Please sign in to comment.