]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/rc: fix get_max_lfs_filesize
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 Mar 2019 21:19:08 +0000 (13:19 -0800)
committerEryu Guan <guaneryu@gmail.com>
Wed, 6 Mar 2019 12:55:44 +0000 (20:55 +0800)
commit86d99a8225f295472d8f76d4a252a1472c9d3aab
treefedcc91a88ed9e971e83edbab06d88dc67874976
parent87a53d2e7c82fb6745b42d6a5da07d00de5b2500
common/rc: fix get_max_lfs_filesize

Helper functions are supposed to have a leading underscore ('_') in the
function name, but this one doesn't have it.  Unfortunately, the calling
test cases (generic/349-351) /do/ have the leading underscore, so now
they're broken.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/rc