]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: fix whitespace to match the kernel
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 10 Jan 2017 02:16:33 +0000 (20:16 -0600)
committerEric Sandeen <sandeen@redhat.com>
Tue, 10 Jan 2017 02:16:33 +0000 (20:16 -0600)
Fix some minor whitespace errors so that my automated libxfs diff
scanning will stop reporting this.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_dir2_node.c
libxfs/xfs_format.h
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_fork.c

index df599f97f6e6752d657cf8816c9bac708a225fa4..b75b432f782d0ebd6e51559e4b5f9c79b43e451b 100644 (file)
@@ -2146,12 +2146,14 @@ xfs_dir2_node_replace(
        state = xfs_da_state_alloc();
        state->args = args;
        state->mp = args->dp->i_mount;
+
        /*
         * We have to save new inode number and ftype since
         * xfs_da3_node_lookup_int() is going to overwrite them
         */
        inum = args->inumber;
        ftype = args->filetype;
+
        /*
         * Lookup the entry to change in the btree.
         */
index 172fdfb9a9f32cc446f696102be4c5091139e1b9..8628bab19384954fde32ddcb7dff1c92bddd5945 100644 (file)
@@ -473,7 +473,6 @@ xfs_sb_has_ro_compat_feature(
 #define XFS_SB_FEAT_INCOMPAT_FTYPE     (1 << 0)        /* filetype in dirent */
 #define XFS_SB_FEAT_INCOMPAT_SPINODES  (1 << 1)        /* sparse inode chunks */
 #define XFS_SB_FEAT_INCOMPAT_META_UUID (1 << 2)        /* metadata UUID */
-
 #define XFS_SB_FEAT_INCOMPAT_ALL \
                (XFS_SB_FEAT_INCOMPAT_FTYPE|    \
                 XFS_SB_FEAT_INCOMPAT_SPINODES| \
index 4796a592b0af1374f07b3d3fefce798b1128a3ce..87323597d0ecab342fb3bc861b2b33819f47a9ba 100644 (file)
@@ -537,7 +537,6 @@ xfs_iread(
        }
 
        ASSERT(ip->i_d.di_version >= 2);
-
        ip->i_delayed_blks = 0;
 
        /*
index 8212f77fe6625da3c3bc55c33f5c4582ad63a8b9..2799e2da9d17b1c648b37d545b11c1d05aea35ad 100644 (file)
@@ -29,6 +29,7 @@
 #include "xfs_attr_sf.h"
 #include "xfs_da_format.h"
 
+
 kmem_zone_t *xfs_ifork_zone;
 
 STATIC int xfs_iformat_local(xfs_inode_t *, xfs_dinode_t *, int, int);