Fix the comment in zfs.h

The path to code is also changed in zfsonlinux.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issues #1566
This commit is contained in:
Shen Yan 2013-07-03 09:55:16 +08:00 committed by Brian Behlendorf
parent 31455ab130
commit e77aa730bc
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ typedef enum {
* Dataset properties are identified by these constants and must be added to
* the end of this list to ensure that external consumers are not affected
* by the change. If you make any changes to this list, be sure to update
* the property table in usr/src/common/zfs/zfs_prop.c.
* the property table in module/zcommon/zfs_prop.c.
*/
typedef enum {
ZFS_PROP_TYPE,
@ -146,7 +146,7 @@ extern const char *zfs_userquota_prop_prefixes[ZFS_NUM_USERQUOTA_PROPS];
* Pool properties are identified by these constants and must be added to the
* end of this list to ensure that external consumers are not affected
* by the change. If you make any changes to this list, be sure to update
* the property table in usr/src/common/zfs/zpool_prop.c.
* the property table in module/zcommon/zpool_prop.c.
*/
typedef enum {
ZPOOL_PROP_NAME,