commit | ea9e8b11bd1252dcbc23afefcf1a52ec6aa3c113 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Nov 17 21:14:24 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Nov 17 21:14:24 2008 -0500 |
tree | 3573c8d79e1936e8c921a3be77abda35124e0d78 | |
parent | 0660b5af3f7ac0fac69de975914e1f4a3a586fb3 [diff] |
Btrfs: prevent loops in the directory tree when creating snapshots For a directory tree: /mnt/subvolA/subvolB btrfsctl -s /mnt/subvolA/subvolB /mnt Will create a directory loop with subvolA under subvolB. This commit uses the forward refs for each subvol and snapshot to error out before creating the loop. Signed-off-by: Chris Mason <chris.mason@oracle.com>