summaryrefslogtreecommitdiff
path: root/Extra
AgeCommit message (Expand)AuthorFilesLines
2013-07-30build: reduce Extra contents to bare minimumDaniel Borkmann1-16/+0
2013-07-30build: Don't uninstall configuration filesTobias Klauser1-12/+0
2013-07-29build: Use NACL_{INC,LIB}_DIR set by configureTobias Klauser1-1/+1
2013-07-24build: split build system into smaller manageable piecesDaniel Borkmann1-0/+32
51c22f652b6fcf4ca56558c76e5aad'>a60617d0ae51c22f652b6fcf4ca56558c76e5aad (diff)
Btrfs: use the correct struct for BTRFS_IOC_LOGICAL_INO
BTRFS_IOC_LOGICAL_INO takes a btrfs_ioctl_logical_ino_args as argument, not a btrfs_ioctl_ino_path_args. The lines were probably copy/pasted when the code was written. Since btrfs_ioctl_logical_ino_args and btrfs_ioctl_ino_path_args have the same size, the actual IOCTL definition here does not change. But, it makes the code less confusing for the reader. Signed-off-by: Hans van Kranenburg <hans.van.kranenburg@mendix.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat