linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: remove stray libxfs whitespace
@ 2019-11-15 19:35 Eric Sandeen
  2019-11-15 19:38 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2019-11-15 19:35 UTC (permalink / raw)
  To: linux-xfs

Not quite sure how these crept in but now's as good a time as any
to remove stray newline deltas vs. the kernel code.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h
index 5dba5fbc..6ca43c73 100644
--- a/libxfs/xfs_fs.h
+++ b/libxfs/xfs_fs.h
@@ -755,6 +755,7 @@ struct xfs_scrub_metadata {
 #  define XFS_XATTR_LIST_MAX 65536
 #endif
 
+
 /*
  * ioctl commands that are used by Linux filesystems
  */
@@ -825,7 +826,6 @@ struct xfs_scrub_metadata {
 #define XFS_IOC_FSGEOMETRY	     _IOR ('X', 126, struct xfs_fsop_geom)
 #define XFS_IOC_BULKSTAT	     _IOR ('X', 127, struct xfs_bulkstat_req)
 #define XFS_IOC_INUMBERS	     _IOR ('X', 128, struct xfs_inumbers_req)
-
 /*	XFS_IOC_GETFSUUID ---------- deprecated 140	 */
 
 /* reflink ioctls; these MUST match the btrfs ioctl definitions */
diff --git a/libxfs/xfs_inode_buf.c b/libxfs/xfs_inode_buf.c
index fbdce4d6..4859b739 100644
--- a/libxfs/xfs_inode_buf.c
+++ b/libxfs/xfs_inode_buf.c
@@ -15,6 +15,7 @@
 #include "xfs_ialloc.h"
 #include "xfs_dir2.h"
 
+
 /*
  * Check that none of the inode's in the buffer have a next
  * unlinked field of 0.
diff --git a/libxfs/xfs_trans_inode.c b/libxfs/xfs_trans_inode.c
index 3a09ee76..7fa0c184 100644
--- a/libxfs/xfs_trans_inode.c
+++ b/libxfs/xfs_trans_inode.c
@@ -11,6 +11,7 @@
 #include "xfs_inode.h"
 #include "xfs_trans.h"
 
+
 /*
  * Add a locked inode to the transaction.
  *


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfsprogs: remove stray libxfs whitespace
  2019-11-15 19:35 [PATCH] xfsprogs: remove stray libxfs whitespace Eric Sandeen
@ 2019-11-15 19:38 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2019-11-15 19:38 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs

On Fri, Nov 15, 2019 at 01:35:31PM -0600, Eric Sandeen wrote:
> Not quite sure how these crept in but now's as good a time as any
> to remove stray newline deltas vs. the kernel code.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

--D

> ---
> 
> diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h
> index 5dba5fbc..6ca43c73 100644
> --- a/libxfs/xfs_fs.h
> +++ b/libxfs/xfs_fs.h
> @@ -755,6 +755,7 @@ struct xfs_scrub_metadata {
>  #  define XFS_XATTR_LIST_MAX 65536
>  #endif
>  
> +
>  /*
>   * ioctl commands that are used by Linux filesystems
>   */
> @@ -825,7 +826,6 @@ struct xfs_scrub_metadata {
>  #define XFS_IOC_FSGEOMETRY	     _IOR ('X', 126, struct xfs_fsop_geom)
>  #define XFS_IOC_BULKSTAT	     _IOR ('X', 127, struct xfs_bulkstat_req)
>  #define XFS_IOC_INUMBERS	     _IOR ('X', 128, struct xfs_inumbers_req)
> -
>  /*	XFS_IOC_GETFSUUID ---------- deprecated 140	 */
>  
>  /* reflink ioctls; these MUST match the btrfs ioctl definitions */
> diff --git a/libxfs/xfs_inode_buf.c b/libxfs/xfs_inode_buf.c
> index fbdce4d6..4859b739 100644
> --- a/libxfs/xfs_inode_buf.c
> +++ b/libxfs/xfs_inode_buf.c
> @@ -15,6 +15,7 @@
>  #include "xfs_ialloc.h"
>  #include "xfs_dir2.h"
>  
> +
>  /*
>   * Check that none of the inode's in the buffer have a next
>   * unlinked field of 0.
> diff --git a/libxfs/xfs_trans_inode.c b/libxfs/xfs_trans_inode.c
> index 3a09ee76..7fa0c184 100644
> --- a/libxfs/xfs_trans_inode.c
> +++ b/libxfs/xfs_trans_inode.c
> @@ -11,6 +11,7 @@
>  #include "xfs_inode.h"
>  #include "xfs_trans.h"
>  
> +
>  /*
>   * Add a locked inode to the transaction.
>   *
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-15 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 19:35 [PATCH] xfsprogs: remove stray libxfs whitespace Eric Sandeen
2019-11-15 19:38 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).