linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs: issues with SUBVOL_SETFLAGS
@ 2011-02-09 19:14 Dan Rosenberg
  2011-02-10  1:34 ` Li Zefan
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Rosenberg @ 2011-02-09 19:14 UTC (permalink / raw)
  To: lizf, chris.mason; +Cc: linux-btrfs

Commit 0caa102da82799efaba88e234484786a9591c797 introduced the
SUBVOL_SETFLAGS ioctl, which contains the following check:

	if (flags & ~BTRFS_SUBVOL_CREATE_ASYNC)
		return -EINVAL;

	if (flags & ~BTRFS_SUBVOL_RDONLY)
		return -EOPNOTSUPP;

Is it intentional that 0 is the only acceptable flags value?  In
addition, there should probably be an inode ownership check before
allowing setting subvolume flags.

Regards,
Dan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-10  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 19:14 btrfs: issues with SUBVOL_SETFLAGS Dan Rosenberg
2011-02-10  1:34 ` Li Zefan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).