1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-26 09:57:26 +03:00

missing.h: add BTRFS_IOC_QUOTA_RESCAN_WAIT (#3266)

This commit is contained in:
Stefan Saraev 2016-05-16 17:58:46 +03:00 committed by Zbigniew Jędrzejewski-Szmek
parent 6a08e1b0cd
commit 306578e518

View File

@ -389,6 +389,10 @@ struct btrfs_ioctl_quota_ctl_args {
struct btrfs_ioctl_qgroup_limit_args)
#endif
#ifndef BTRFS_IOC_QUOTA_RESCAN_WAIT
#define BTRFS_IOC_QUOTA_RESCAN_WAIT _IO(BTRFS_IOCTL_MAGIC, 46)
#endif
#ifndef BTRFS_FIRST_FREE_OBJECTID
#define BTRFS_FIRST_FREE_OBJECTID 256
#endif