Re: [PATCH] Fix ext2_fs_sb.h for user space
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.comp.file-systems.ext2.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 07, 2006 at 10:48:48PM +0200, Thomas Koeller wrote: > This patch modifies the EXT2 superblock header file > so that it can be included by user-space programs. I was rather hoping that user programs weren't including this file so it could eventually be moved out of the include directory and made private to ext2. If it doesn't currently work, maybe we can do that ...