Skip to content

Commit

Permalink
Export symbol zfs_attr_table
Browse files Browse the repository at this point in the history
Export the zfs_attr_table symbol so it may be used by non-zpl
consumers which are still interested in writing a zpl compatible
dataset (e.g. Lustre).

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
behlendorf committed Jan 27, 2012
1 parent ff998d8 commit e29be02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zfs/zfs_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ zfs_sa_upgrade_txholds(dmu_tx_t *tx, znode_t *zp)
}
}

EXPORT_SYMBOL(zfs_attr_table);
EXPORT_SYMBOL(zfs_sa_readlink);
EXPORT_SYMBOL(zfs_sa_symlink);
EXPORT_SYMBOL(zfs_sa_get_scanstamp);
Expand Down

0 comments on commit e29be02

Please sign in to comment.