commit | c596961d1b4ccc6f15754fe5a49c37ac6da57145 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 14 16:36:29 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 14 16:43:03 2017 -0400 |
tree | 984ec943e69b3f61920bc4eda674216a49552108 | |
parent | b451cec4bbd913688f5381efad407762a64a92ce [diff] |
ufs: fix s_size/s_dsize users For UFS2 we need 64bit variants; we even store them in uspi, but use 32bit ones instead. One wrinkle is in handling of reserved space - recalculating it every time had been stupid all along, but now it would become really ugly. Just calculate it once... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>