lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aSlNIsLAEsV923i9@stanley.mountain>
Date: Fri, 28 Nov 2025 10:20:02 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Christian Brauner <brauner@...nel.org>,
	Trond Myklebust <trondmy@...nel.org>
Cc: Anna Schumaker <anna@...nel.org>, linux-nfs@...r.kernel.org,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: [PATCH] nfs/localio: add a tab in nfs_local_call_write()

There was an issue with the merge and this line wasn't indented far
enough.  Add a tab.

Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
---
 fs/nfs/localio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/localio.c b/fs/nfs/localio.c
index af3a09eace77..47ec3437fbd3 100644
--- a/fs/nfs/localio.c
+++ b/fs/nfs/localio.c
@@ -830,7 +830,7 @@ static void nfs_local_call_write(struct work_struct *work)
 	current->flags |= PF_LOCAL_THROTTLE | PF_MEMALLOC_NOIO;
 
 	scoped_with_creds(filp->f_cred) {
-	file_start_write(filp);
+		file_start_write(filp);
 		n_iters = atomic_read(&iocb->n_iters);
 		for (int i = 0; i < n_iters ; i++) {
 			if (iocb->iter_is_dio_aligned[i]) {
-- 
2.51.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ