From fc3ea958b2002dd2bd82ef8400de2f608a3f8e6c Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 3 Jun 2013 20:02:45 +0000 Subject: [PATCH] ext2fs: Small cosmetic fixes. Make a long macro readable and sort a header. Obtained from: Christoph Mallon MFC after: 3 days --- sys/fs/ext2fs/ext2_bmap.c | 2 +- sys/fs/ext2fs/ext2_dinode.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/fs/ext2fs/ext2_bmap.c b/sys/fs/ext2fs/ext2_bmap.c index ba561c61266..27a2bad5d58 100644 --- a/sys/fs/ext2fs/ext2_bmap.c +++ b/sys/fs/ext2fs/ext2_bmap.c @@ -47,8 +47,8 @@ #include #include -#include #include +#include /* * Bmap converts the logical block number of a file to its physical block diff --git a/sys/fs/ext2fs/ext2_dinode.h b/sys/fs/ext2fs/ext2_dinode.h index 7d97bb8c162..6a16231ff11 100644 --- a/sys/fs/ext2fs/ext2_dinode.h +++ b/sys/fs/ext2fs/ext2_dinode.h @@ -77,7 +77,8 @@ #define EXT3_EPOCH_MASK ((1 << EXT3_EPOCH_BITS) - 1) #define EXT3_NSEC_MASK (~0UL << EXT3_EPOCH_BITS) -#define E2DI_HAS_XTIME(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, EXT2F_ROCOMPAT_EXTRA_ISIZE)) +#define E2DI_HAS_XTIME(ip) (EXT2_HAS_RO_COMPAT_FEATURE(ip->i_e2fs, \ + EXT2F_ROCOMPAT_EXTRA_ISIZE)) /* * Structure of an inode on the disk