Skip to content

Commit

Permalink
libinstaller: Avoid using <linux/ext2_fs.h>
Browse files Browse the repository at this point in the history
Don't use <linux/ext2_fs.h> if we can avoid it.

The ioctl constants have been globalized and moved to <linux/fs.h>.
Use a private copy of ext2_fs.h from e2fsprogs with the ioctl
constants removed for the data structures.

Do at least attempt backward compatibility for old kernel headers, but
no real hope of proper operation there...

Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
H. Peter Anvin committed Mar 27, 2012
1 parent c709a39 commit a100676
Show file tree
Hide file tree
Showing 3 changed files with 886 additions and 11 deletions.
Loading

0 comments on commit a100676

Please sign in to comment.