Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a089221c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] rock: lindent rock.h



So we have a couple of rock-ridge bugs.  First up, rotoroot the poor thing
into something which it is possible to work on.

Feed rock.h through Lindent, tidy a couple of things by hand.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7373909d
Loading
Loading
Loading
Loading
+93 −90
Original line number Diff line number Diff line
/* These structs are used by the system-use-sharing protocol, in which the
   Rock Ridge extensions are embedded.  It is quite possible that other
   extensions are present on the disk, and this is fine as long as they
   all use SUSP */
/*
 * These structs are used by the system-use-sharing protocol, in which the
 * Rock Ridge extensions are embedded.  It is quite possible that other
 * extensions are present on the disk, and this is fine as long as they
 * all use SUSP
 */

struct SU_SP {
	unsigned char magic[2];
@@ -38,7 +40,6 @@ struct RR_PN{
	char dev_low[8];
};


struct SL_component {
	unsigned char flags;
	unsigned char len;
@@ -79,7 +80,9 @@ struct RR_ZF{
	char real_size[8];
};

/* These are the bits and their meanings for flags in the TF structure. */
/*
 * These are the bits and their meanings for flags in the TF structure.
 */
#define TF_CREATE 1
#define TF_MODIFY 2
#define TF_ACCESS 4