mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
Move BTRFS_IOC_DEVICES_READY to missing.h
This commit is contained in:
parent
dced15575f
commit
7bed7f0e3b
@ -210,7 +210,8 @@ struct btrfs_ioctl_fs_info_args {
|
||||
#endif
|
||||
|
||||
#ifndef BTRFS_IOC_DEFRAG
|
||||
#define BTRFS_IOC_DEFRAG _IOW(BTRFS_IOCTL_MAGIC, 2, struct btrfs_ioctl_vol_args)
|
||||
#define BTRFS_IOC_DEFRAG _IOW(BTRFS_IOCTL_MAGIC, 2, \
|
||||
struct btrfs_ioctl_vol_args)
|
||||
#endif
|
||||
|
||||
#ifndef BTRFS_IOC_DEV_INFO
|
||||
@ -220,7 +221,12 @@ struct btrfs_ioctl_fs_info_args {
|
||||
|
||||
#ifndef BTRFS_IOC_FS_INFO
|
||||
#define BTRFS_IOC_FS_INFO _IOR(BTRFS_IOCTL_MAGIC, 31, \
|
||||
struct btrfs_ioctl_fs_info_args)
|
||||
struct btrfs_ioctl_fs_info_args)
|
||||
#endif
|
||||
|
||||
#ifndef BTRFS_IOC_DEVICES_READY
|
||||
#define BTRFS_IOC_DEVICES_READY _IOR(BTRFS_IOCTL_MAGIC, 39, \
|
||||
struct btrfs_ioctl_vol_args)
|
||||
#endif
|
||||
|
||||
#ifndef BTRFS_SUPER_MAGIC
|
||||
|
@ -31,8 +31,6 @@
|
||||
#include "missing.h"
|
||||
#include "udev.h"
|
||||
|
||||
#define BTRFS_IOC_DEVICES_READY _IOR(BTRFS_IOCTL_MAGIC, 39, struct btrfs_ioctl_vol_args)
|
||||
|
||||
static int builtin_btrfs(struct udev_device *dev, int argc, char *argv[], bool test) {
|
||||
struct btrfs_ioctl_vol_args args;
|
||||
_cleanup_close_ int fd = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user