mbox series

[GIT,PULL] Btrfs fix for 6.7-rc6, part 2

Message ID cover.1702832900.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fix for 6.7-rc6, part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.7-rc5-tag

Message

David Sterba Dec. 17, 2023, 5:17 p.m. UTC
Hi,

there's one more fix that verifies that the snapshot source is a root,
same check is also done in user space but should be done by the ioctl
as well.  Please pull, thanks.

----------------------------------------------------------------
The following changes since commit e85a0adacf170634878fffcbf34b725aff3f49ed:

  btrfs: ensure releasing squota reserve on head refs (2023-12-06 22:32:57 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.7-rc5-tag

for you to fetch changes up to a8892fd71933126ebae3d60aec5918d4dceaae76:

  btrfs: do not allow non subvolume root targets for snapshot (2023-12-15 23:46:51 +0100)

----------------------------------------------------------------
Josef Bacik (1):
      btrfs: do not allow non subvolume root targets for snapshot

 fs/btrfs/ioctl.c | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

pr-tracker-bot@kernel.org Dec. 17, 2023, 5:38 p.m. UTC | #1
The pull request you sent on Sun, 17 Dec 2023 18:17:39 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.7-rc5-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0e389834672c723435a44818ed2cabc4dad24429

Thank you!