Brian Behlendorf
dc1d7665c5
Remove rdev packing
...
Remove custom code to pack/unpack dev_t's. Under Linux all dev_t's
are an unsigned 32-bit value even on 64-bit platforms. The lower
20 bits are used for the minor number and the upper 12 for the major
number.
This means if your importing a pool from Solaris you may get strange
major/minor numbers. But it doesn't really matter because even if
we add compatibility code to translate the encoded Solaris major/minor
they won't do you any good under Linux. You will still need to
recreate the dev_t with a major/minor which maps to reserved major
numbers used under Linux.
Dropping this code also resolves 32-bit builds by removing the
offending 32-bit compatibility code.
2011-02-23 15:13:03 -08:00
..
2010-12-14 10:06:44 -08:00
2010-08-31 08:38:35 -07:00
2010-08-26 14:24:34 -07:00
2010-08-31 13:41:58 -07:00
2010-05-28 13:45:14 -07:00
2010-08-31 13:41:57 -07:00
2010-08-26 14:24:34 -07:00
2010-08-31 13:41:58 -07:00
2011-02-18 09:31:25 -08:00
2010-08-31 13:41:57 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 13:41:58 -07:00
2011-02-10 09:27:22 -08:00
2010-08-31 08:38:45 -07:00
2010-09-17 16:24:15 -07:00
2011-02-10 09:27:21 -08:00
2010-05-28 13:45:14 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 13:41:58 -07:00
2011-02-10 09:27:21 -08:00
2011-02-23 12:52:51 -08:00
2010-10-12 14:54:59 -07:00
2010-08-31 13:41:58 -07:00
2010-10-12 14:55:03 -07:00
2010-08-31 08:38:46 -07:00
2010-08-31 08:38:49 -07:00
2011-02-10 09:27:21 -08:00
2010-08-31 08:38:45 -07:00
2010-08-31 08:38:43 -07:00
2010-12-07 16:05:25 -08:00
2011-02-10 09:27:20 -08:00
2010-08-31 13:41:59 -07:00
2010-08-31 13:41:58 -07:00
2011-02-10 09:27:21 -08:00
2010-08-31 13:41:58 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 13:41:58 -07:00
2010-11-08 14:03:35 -08:00
2010-05-28 13:45:14 -07:00
2011-02-16 11:20:06 -08:00
2010-05-28 13:45:14 -07:00
2010-08-27 15:34:02 -07:00
2010-08-31 08:38:49 -07:00
2011-02-10 09:27:22 -08:00
2011-02-10 09:27:21 -08:00
2010-08-31 08:38:43 -07:00
2010-08-27 15:28:32 -07:00
2010-05-28 13:45:14 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 08:38:44 -07:00
2010-08-27 15:28:32 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 08:38:43 -07:00
2010-08-31 13:41:58 -07:00
2010-08-31 08:38:46 -07:00
2011-02-10 09:27:21 -08:00
2010-08-31 13:41:58 -07:00
2010-05-28 13:45:14 -07:00
2011-02-10 09:27:21 -08:00
2010-10-12 14:55:02 -07:00
2011-02-17 14:23:48 -08:00
2011-02-10 09:27:21 -08:00
2011-02-10 09:27:21 -08:00
2010-08-31 13:41:50 -07:00
2011-02-10 09:27:21 -08:00
2011-02-10 09:27:21 -08:00
2011-02-10 09:27:21 -08:00
2011-02-23 14:00:06 -08:00
2011-02-23 15:03:30 -08:00
2011-02-23 15:13:03 -08:00
2010-08-31 13:41:57 -07:00
2010-05-28 13:45:14 -07:00
2010-05-28 13:45:14 -07:00
2010-08-26 14:24:34 -07:00
2010-11-08 14:03:35 -08:00
2010-05-28 13:45:14 -07:00
2011-02-11 09:05:51 -08:00
2011-02-17 09:48:06 -08:00
2011-02-11 13:47:51 -08:00
2011-02-11 10:41:00 -08:00
2010-09-17 16:24:15 -07:00
2011-02-23 12:29:38 -08:00