ext2fs: Small cosmetic fixes.

Make a long macro readable and sort a header.

Obtained from:	Christoph Mallon
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2013-06-03 20:02:45 +00:00
parent 3ffff4bad5
commit fc3ea958b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251344
2 changed files with 3 additions and 2 deletions

View File

@ -47,8 +47,8 @@
#include <fs/ext2fs/inode.h>
#include <fs/ext2fs/ext2fs.h>
#include <fs/ext2fs/ext2_mount.h>
#include <fs/ext2fs/ext2_extern.h>
#include <fs/ext2fs/ext2_mount.h>
/*
* Bmap converts the logical block number of a file to its physical block

View File

@ -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