mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
7d4f483f1b
common/rc has become a dumping ground for common functions that don't have a specific topic file. It's getting huge and difficiult to manage, and people are duplicating functionality because they can't easily find existing functions in the mess. Let's start to make it a little easier to manage by splitting out the XFS specific functions into common/xfs and source that from common/rc automatically. Other filesytems can follow suit in future, leaving us with only generic functionality in common/rc. Signed-Off-By: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>