diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/btrfs/ioctl.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index ebdd866d4cfd..9a9044585da7 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c | |||
| @@ -3559,20 +3559,6 @@ out: | |||
| 3559 | return ret; | 3559 | return ret; |
| 3560 | } | 3560 | } |
| 3561 | 3561 | ||
| 3562 | static long btrfs_ioctl_global_rsv(struct btrfs_root *root, void __user *arg) | ||
| 3563 | { | ||
| 3564 | struct btrfs_block_rsv *block_rsv = &root->fs_info->global_block_rsv; | ||
| 3565 | u64 reserved; | ||
| 3566 | |||
| 3567 | spin_lock(&block_rsv->lock); | ||
| 3568 | reserved = block_rsv->reserved; | ||
| 3569 | spin_unlock(&block_rsv->lock); | ||
| 3570 | |||
| 3571 | if (arg && copy_to_user(arg, &reserved, sizeof(reserved))) | ||
| 3572 | return -EFAULT; | ||
| 3573 | return 0; | ||
| 3574 | } | ||
| 3575 | |||
| 3576 | /* | 3562 | /* |
| 3577 | * there are many ways the trans_start and trans_end ioctls can lead | 3563 | * there are many ways the trans_start and trans_end ioctls can lead |
| 3578 | * to deadlocks. They should only be used by applications that | 3564 | * to deadlocks. They should only be used by applications that |
| @@ -4779,8 +4765,6 @@ long btrfs_ioctl(struct file *file, unsigned int | |||
| 4779 | return btrfs_ioctl_logical_to_ino(root, argp); | 4765 | return btrfs_ioctl_logical_to_ino(root, argp); |
| 4780 | case BTRFS_IOC_SPACE_INFO: | 4766 | case BTRFS_IOC_SPACE_INFO: |
| 4781 | return btrfs_ioctl_space_info(root, argp); | 4767 | return btrfs_ioctl_space_info(root, argp); |
| 4782 | case BTRFS_IOC_GLOBAL_RSV: | ||
| 4783 | return btrfs_ioctl_global_rsv(root, argp); | ||
| 4784 | case BTRFS_IOC_SYNC: { | 4768 | case BTRFS_IOC_SYNC: { |
| 4785 | int ret; | 4769 | int ret; |
| 4786 | 4770 | ||
