commit | 8a569d717ed01df77830fdde173dbb832d6bfba5 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Sep 13 10:16:40 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Sep 15 20:52:42 2020 -0700 |
tree | 4c80f5b79b57754e08ee227a23167b3c3ef89f5a | |
parent | fe341eb151ec0ba80fb74edd6201fc78e5232b6b [diff] |
xfs: refactor inode flags propagation code Hoist the code that propagates di_flags and di_flags2 from a parent to a new child into separate functions. No functional changes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>