summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-btrfs.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* udev: make use of new one_zero() helper where appropriateLennart Poettering2015-01-131-1/+1
|
* udev-builtin-btrfs: properly initialize ioctl struct to zeroesLennart Poettering2014-12-121-1/+2
|
* Move BTRFS_IOC_DEVICES_READY to missing.hZbigniew Jędrzejewski-Szmek2014-08-031-2/+0
|
* util.h: include missing.h, for struct file_handleSimon McVittie2014-08-031-6/+4
| | | | | | | | This breaks udev-builtin-btrfs.c, which reinvents some of missing.h, so use missing.h there too. [zj: removed #include "config.h" and wrapped #include <linux/btrfs.h> in ifdef HAVE_LINUX_BTRFS_H as discussed on the mailing list.]
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-2/+1
|
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-3/+2
|
* udev: move string copy functions to shared/Kay Sievers2013-01-091-1/+1
|
* udev: update file headersKay Sievers2012-11-091-10/+18
|
* udev: add btrfs supportKay Sievers2012-09-171-0/+57
All "btrfs" file systems will be registered with the kernel when they show up. Incomplete multi-device volumes will set SYSTEMD_READY=0, to prevent access until the volume is complete and fully registered.