Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Linux 4.5 compat: pfn_t typedef
Browse files Browse the repository at this point in the history
The pfn_t typedef was inherited from Illumos but never directly
used by any SPL consumers.  This didn't cause any issues until
the Linux 4.5 kernel introduced a typedef of the same name.
See torvalds/linux/commit/34c0fd54, this patch removes the
unused Illumos version to prevent a conflict.

Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tim Chase <[email protected]>
Signed-off-by: Chunwei Chen <[email protected]>
Closes #524
  • Loading branch information
behlendorf committed Jan 20, 2016
1 parent d348f23 commit de77e24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sys/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ typedef longlong_t diskaddr_t;
typedef ushort_t o_mode_t;
typedef uint_t major_t;
typedef uint_t minor_t;
typedef ulong_t pfn_t;
typedef ulong_t pgcnt_t;
typedef long spgcnt_t;
typedef short index_t;
Expand Down

0 comments on commit de77e24

Please sign in to comment.