linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/btrfs/inode.c: Fixed an identation error
@ 2024-10-15 20:22 Racz Zoltan
  2024-10-15 20:31 ` David Sterba
  0 siblings, 1 reply; 3+ messages in thread
From: Racz Zoltan @ 2024-10-15 20:22 UTC (permalink / raw)
  To: clm; +Cc: linux-btrfs, inux-kernel, Racz Zoltan

Fixed identation error

Signed-off-by: Racz Zoltan <racz.zoli@gmail.com>
---
 fs/btrfs/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 5618ca02934a..9c737e63c339 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -4226,7 +4226,7 @@ static int __btrfs_unlink_inode(struct btrfs_trans_handle *trans,
 	inode_inc_iversion(&inode->vfs_inode);
 	inode_set_ctime_current(&inode->vfs_inode);
 	inode_inc_iversion(&dir->vfs_inode);
- 	inode_set_mtime_to_ts(&dir->vfs_inode, inode_set_ctime_current(&dir->vfs_inode));
+	inode_set_mtime_to_ts(&dir->vfs_inode, inode_set_ctime_current(&dir->vfs_inode));
 	ret = btrfs_update_inode(trans, dir);
 out:
 	return ret;
-- 
2.47.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] fs/btrfs/inode.c: Fixed an identation error
@ 2024-10-15 20:25 Racz Zoltan
  0 siblings, 0 replies; 3+ messages in thread
From: Racz Zoltan @ 2024-10-15 20:25 UTC (permalink / raw)
  To: clm; +Cc: linux-btrfs, linux-kernel, Racz Zoltan

Fixed identation error

Signed-off-by: Racz Zoltan <racz.zoli@gmail.com>
---
 fs/btrfs/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 5618ca02934a..9c737e63c339 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -4226,7 +4226,7 @@ static int __btrfs_unlink_inode(struct btrfs_trans_handle *trans,
 	inode_inc_iversion(&inode->vfs_inode);
 	inode_set_ctime_current(&inode->vfs_inode);
 	inode_inc_iversion(&dir->vfs_inode);
- 	inode_set_mtime_to_ts(&dir->vfs_inode, inode_set_ctime_current(&dir->vfs_inode));
+	inode_set_mtime_to_ts(&dir->vfs_inode, inode_set_ctime_current(&dir->vfs_inode));
 	ret = btrfs_update_inode(trans, dir);
 out:
 	return ret;
-- 
2.47.0


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

end of thread, other threads:[~2024-10-15 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 20:22 [PATCH] fs/btrfs/inode.c: Fixed an identation error Racz Zoltan
2024-10-15 20:31 ` David Sterba
  -- strict thread matches above, loose matches on Subject: below --
2024-10-15 20:25 Racz Zoltan

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).