mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-05-02 15:45:03 +00:00
Pull in some default page typedefs
This commit is contained in:
parent
0f37204417
commit
7adbea4141
@ -49,5 +49,8 @@ typedef longlong_t diskaddr_t;
|
|||||||
typedef ushort_t o_mode_t;
|
typedef ushort_t o_mode_t;
|
||||||
typedef uint_t major_t;
|
typedef uint_t major_t;
|
||||||
typedef uint_t minor_t;
|
typedef uint_t minor_t;
|
||||||
|
typedef ulong_t pfn_t;
|
||||||
|
typedef ulong_t pgcnt_t;
|
||||||
|
typedef long spgcnt_t;
|
||||||
|
|
||||||
#endif /* _SPL_TYPES_H */
|
#endif /* _SPL_TYPES_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user