All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] btrfs: white space cleanup in btrfs_log_inode()
@ 2017-01-25 15:11 ` Dan Carpenter
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2017-01-25 15:11 UTC (permalink / raw)
  To: Chris Mason, Nikolay Borisov
  Cc: Josef Bacik, linux-btrfs, David Sterba, kernel-janitors

We accidentally deleted a new line in commit 0921910aa6fe ("btrfs: Make
btrfs_log_inode take btrfs_inode")

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index f1dc36a181db..010cf7685677 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -4824,7 +4824,8 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans,
 				err = btrfs_log_inode(trans, root,
 						BTRFS_I(other_inode),
 						LOG_OTHER_INODE, 0, LLONG_MAX,
-						ctx); iput(other_inode);
+						ctx);
+				iput(other_inode);
 				if (err)
 					goto out_unlock;
 				else

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

* [patch] btrfs: white space cleanup in btrfs_log_inode()
@ 2017-01-25 15:11 ` Dan Carpenter
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2017-01-25 15:11 UTC (permalink / raw)
  To: Chris Mason, Nikolay Borisov
  Cc: Josef Bacik, linux-btrfs, David Sterba, kernel-janitors

We accidentally deleted a new line in commit 0921910aa6fe ("btrfs: Make
btrfs_log_inode take btrfs_inode")

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
index f1dc36a181db..010cf7685677 100644
--- a/fs/btrfs/tree-log.c
+++ b/fs/btrfs/tree-log.c
@@ -4824,7 +4824,8 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans,
 				err = btrfs_log_inode(trans, root,
 						BTRFS_I(other_inode),
 						LOG_OTHER_INODE, 0, LLONG_MAX,
-						ctx); iput(other_inode);
+						ctx);
+				iput(other_inode);
 				if (err)
 					goto out_unlock;
 				else

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

* Re: [patch] btrfs: white space cleanup in btrfs_log_inode()
  2017-01-25 15:11 ` Dan Carpenter
@ 2017-01-26  8:40   ` David Sterba
  -1 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2017-01-26  8:40 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Chris Mason, Nikolay Borisov, Josef Bacik, kernel-janitors, linux-btrfs

On Wed, Jan 25, 2017 at 06:11:26PM +0300, Dan Carpenter wrote:
> We accidentally deleted a new line in commit 0921910aa6fe ("btrfs: Make
> btrfs_log_inode take btrfs_inode")

Thanks, I've folded the change to the patch that introduced it.

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

* Re: [patch] btrfs: white space cleanup in btrfs_log_inode()
@ 2017-01-26  8:40   ` David Sterba
  0 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2017-01-26  8:40 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Chris Mason, Nikolay Borisov, Josef Bacik, kernel-janitors, linux-btrfs

On Wed, Jan 25, 2017 at 06:11:26PM +0300, Dan Carpenter wrote:
> We accidentally deleted a new line in commit 0921910aa6fe ("btrfs: Make
> btrfs_log_inode take btrfs_inode")

Thanks, I've folded the change to the patch that introduced it.

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

end of thread, other threads:[~2017-01-26  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 15:11 [patch] btrfs: white space cleanup in btrfs_log_inode() Dan Carpenter
2017-01-25 15:11 ` Dan Carpenter
2017-01-26  8:40 ` David Sterba
2017-01-26  8:40   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.