commit | 87d192ce12176e196353a680be8ae0b3a3297aec | [log] [tgz] |
---|---|---|
author | Rich Johnston <rjohnston@sgi.com> | Wed Oct 14 11:50:54 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Oct 14 11:50:54 2015 +1100 |
tree | db5b12da2d96e08abba127ca9eedb95e445c26a3 | |
parent | be93e5205b4d2d4a40cc2aaeb192412f1f6871de [diff] |
xfsrestore: fix 2GB directory dump limitation for multi-stream The drive_simple restore path has a 2GB directory limit. Instead of ASSERTing if nreadneeded64 is greater than INTGENMAX (2GB), add a loop to handle it. Signed-off-by: Rich Johnston <rjohnston@sgi.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>