Re: [PATCH] Fix ext2_fs_sb.h for user space
Theodore Tso <[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. Um, which user-space program is needing this data structure? You do realize that (a) this data structure is not guaranteed to be constant across kernel versions, and (b) has little or nothing to do with the on-disk superblock layout? User-space programs should be using the ext2 libraries and header files which are shipped with e2fsprogs. - Ted