]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/btrfs/ioctl.c
BTRFS_IOC_TRANS_START should be privilegued
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Jun 2008 01:53:58 +0000 (21:53 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:03 +0000 (11:04 -0400)
commitdf5b5520b21d8a2554ede65c09b288833c77144d
tree6f4e2876c263b0b359cd3bba92bbf80fe139064d
parentf46b5a66b3316ef2f8febfe4c56e2d555e2c3979
BTRFS_IOC_TRANS_START should be privilegued

As mentioned in the comment next to it btrfs_ioctl_trans_start can
do bad damage to filesystems and thus should be limited to privilegued
users.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ioctl.c