commit | 5d7d7ff513315abd103d0c95e92ae646c1a7688c | [log] [tgz] |
---|---|---|
author | Dan Ehrenberg <[email protected]> | Thu Mar 05 00:00:24 2015 |
committer | ChromeOS Commit Bot <[email protected]> | Sat Mar 14 08:23:43 2015 |
tree | d6401b998ddef44214ac0add61a1e14a5845a95e | |
parent | a4507857e42fcbb5211bc1e02213b6a87b8086a2 [diff] |
rootdev: Use large file support (LFS) Without LFS, stat fails with -EOVERFLOW on devices with major:minor numbers that don't fit within 8 bits on 32-bit architecutres. This patch turns on LFS to allow that, fixing a bringup but on a new platform. BUG=chromium:464024 TEST=Booted onto a machine and successfully ran rootdev with a large major:minor number. Change-Id: I3dfe698e65366f4608705f56894988d2643e375f Signed-off-by: Dan Ehrenberg <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/258550 Reviewed-by: Mike Frysinger <[email protected]> Commit-Queue: Mike Frysinger <[email protected]>