mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3ffff4bad5
commit
fc3ea958b2
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue