]> git.ozlabs.org Git - yaboot.git/blobdiff - include/linux/ext2_fs.h
Parse the subnetmask from bootpath and DHCP options
[yaboot.git] / include / linux / ext2_fs.h
index fc3d48cd91eb2be432e7e23e9bcff1c2a5c645aa..017b95fda8ed77689a218e0bb3e2d656eab324a9 100644 (file)
@@ -196,7 +196,7 @@ struct ext2_group_desc
 #define EXT2_COMPRBLK_FL               0x00000200 /* One or more compressed clusters */
 #define EXT2_NOCOMP_FL                 0x00000400 /* Don't compress */
 #define EXT2_ECOMPR_FL                 0x00000800 /* Compression error */
-/* End compression flags --- maybe not all used */     
+/* End compression flags --- maybe not all used */
 #define EXT2_BTREE_FL                  0x00001000 /* btree format dir */
 #define EXT2_RESERVED_FL               0x80000000 /* reserved for ext2 lib */
 
@@ -365,7 +365,7 @@ struct ext2_super_block {
         * the incompatible feature set is that if there is a bit set
         * in the incompatible feature set that the kernel doesn't
         * know about, it should refuse to mount the filesystem.
-        * 
+        *
         * e2fsck's requirements are more strict; if it doesn't know
         * about a feature in either the compatible or incompatible
         * feature set, it must abort and not try to meddle with