Index: zfs_znode.h =================================================================== --- zfs_znode.h (wersja 189917) +++ zfs_znode.h (kopia robocza) @@ -78,7 +78,11 @@ /* * Is ID ephemeral? */ +#ifdef TODO #define IS_EPHEMERAL(x) (x > MAXUID) +#else +#define IS_EPHEMERAL(x) (0) +#endif /* * Should we use FUIDs?