summaryrefslogtreecommitdiffstats
path: root/include/sys/fs
diff options
context:
space:
mode:
authorShen Yan <[email protected]>2013-07-03 09:55:16 +0800
committerBrian Behlendorf <[email protected]>2013-07-09 10:41:18 -0700
commite77aa730bc9d7ac80aac56b68f9cf7d51b275a29 (patch)
tree8fd8df2eeffc37b901ac10886e9bb3ce01729ff5 /include/sys/fs
parent31455ab13056da037410353f10c484dfca3d3ebc (diff)
Fix the comment in zfs.h
The path to code is also changed in zfsonlinux. Signed-off-by: Brian Behlendorf <[email protected]> Issues #1566
Diffstat (limited to 'include/sys/fs')
-rw-r--r--include/sys/fs/zfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h
index 8c949e767..26c24fc00 100644
--- a/include/sys/fs/zfs.h
+++ b/include/sys/fs/zfs.h
@@ -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,