Skip to content

Commit 639bee9

Browse files
MikeWalruskdave
authored andcommitted
libbtrfsutil: update btrfs_util_create_snapshot doc
The alias should be for btrfs_util_subvolume_snapshot instead of btrfs_util_snapshot_snapshot. Pull-request: #969 Signed-off-by: Junxuan Liao <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent fc1c1a2 commit 639bee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbtrfsutil/btrfsutil.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ LIBBTRFSUTIL_ALIAS(btrfs_util_create_subvolume_fd);
553553
#define BTRFS_UTIL_CREATE_SNAPSHOT_MASK ((1U << 2) - 1)
554554

555555
/**
556-
* btrfs_util_create_snapshot() - Alias of btrfs_util_snapshot_snapshot(), do not use in new code.
556+
* btrfs_util_create_snapshot() - Alias of btrfs_util_subvolume_snapshot(), do not use in new code.
557557
*/
558558
enum btrfs_util_error btrfs_util_create_snapshot(const char *source,
559559
const char *path, int flags,

0 commit comments

Comments
 (0)