commit | 2ccf4a9b18868b0900072e6d5d15a04254a07345 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Aug 25 10:05:13 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue Aug 25 10:05:13 2015 +1000 |
tree | e13cc0bb8a3537b6616e59b763c05710d575a3a9 | |
parent | 037542345a82aaaa228ec280fe6ddff1568d169f [diff] |
xfs: collapse allocsize and biosize mount option handling The allocsize and biosize mount options are handled identically, other than allocsize accepting suffixes. suffix_kstrtoint handles bare numbers just fine too, so these can be collapsed. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>